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 | 髣瑚挙貅 | 1110100110010111100011001110100010001011100100111110011010111010 | e9978ce88b93e6ba |
EUC-JP | 髣瑚挙貅 | 1111000111110111101110001110101010110101111100111110110010111100 | f1f7b8eab5f3ecbc |
UTF-8 | 髣瑚挙貅 | 111010011010101110100011111001111001000110011010111001101000110010011001111010001011001010000101 | e9aba3e7919ae68c99e8b285 |
UHC | ?瑚?? | 0011111111111011110100010011111100111111 | 3ffbd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)