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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
UTF-8 | 暈렰L暈렰L^ | 111011111010011110000101111010111010000010110000010011001110111110100111100001011110101110100000101100000100110001011110 | efa785eba0b04cefa785eba0b04c5e |
UHC | 暈렰L暈렰L^ | 1110100111110111100011101011110101001100111010011111011110001110101111010100110001011110 | e9f78ebd4ce9f78ebd4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)