To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髯ス髻憺 | 11101001100110011011110111101001100111111001110011101001 | e999bde99f9ce9 |
EUC-JP | 髯ス髻憺 | 1111000111111001100011101011110111110010101000011101100011101011 | f1f98ebdf2a1d8eb |
UTF-8 | 髯ス髻憺 | 111010011010101110101111111011111011110110111101111010011010101110111011111001101000011010111010 | e9abafefbdbde9abbbe686ba |
UHC | ???憺 | 0011111100111111001111111101001110111100 | 3f3f3fd3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)