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 | 霆帷枚霈 | 1110100010111011100110111110011110010110100001111110100010111100 | e8bb9be79687e8bc |
EUC-JP | 霆帷枚霈 | 1111000010111101110101101110100111001011111001111111000010111110 | f0bdd6e9cbe7f0be |
UTF-8 | 霆帷枚霈 | 111010011001110010000110111001011011100010110111111001101001111010011010111010011001110010001000 | e99c86e5b8b7e69e9ae99c88 |
UHC | 霆?枚? | 111011111111110100111111110110001101110100111111 | effd3fd8dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)