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 | 迂???漬 | 10001001010010010011111100111111001111111001001011010000 | 89493f3f3f92d0 |
EUC-JP | 迂???漬 | 10110001101010100011111100111111001111111100010011010010 | b1aa3f3f3fc4d2 |
UTF-8 | 迂펩렣렜漬 | 111010001011111110000010111011011000111010101001111010111010000010100011111010111010000010011100111001101011110010101100 | e8bf82ed8ea9eba0a3eba09ce6bcac |
UHC | 迂펩렣렜漬 | 11101001111001101100011011101001100011101011010010001110101011101111001010110000 | e9e6c6e98eb48eaef2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)