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 | 窈ラ?榮 | 11100010011101111000001110001001001111111001111011000100 | e27783893f9ec4 |
EUC-JP | 窈ラ?榮 | 11100011110110001010010111101001001111111101110011000110 | e3d8a5e93fdcc6 |
UTF-8 | 窈ラ쎁榮 | 111001111010101010001000111000111000001110101001111011001000111010000001111001101010011010101110 | e7aa88e383a9ec8e81e6a6ae |
UHC | 窈ラ쎁榮 | 1110100110100001101010111110100110011011101010111110011110110100 | e9a1abe99babe7b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)