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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒹鯉ス碁ヲ | 1110010011100011100011001110111110111101100011001110100110100110 | e4e38cefbd8ce9a6 |
EUC-JP | 蒹鯉ス碁ヲ | 11101000111001011011100011110001100011101011110110111000111010111000111010100110 | e8e5b8f18ebdb8eb8ea6 |
UTF-8 | 蒹鯉ス碁ヲ | 111010001001001010111001111010011010111110001001111011111011110110111101111001111010001010000001111011111011110110100110 | e892b9e9af89efbdbde7a281efbda6 |
UHC | ?鯉?碁? | 00111111110101111110111100111111110100011011001100111111 | 3fd7ef3fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)