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 | 瓦封?? | 100010101010001010010101100101010011111100111111 | 8aa295953f3f |
EUC-JP | 瓦封?醱 | 1011010010100100110010011111010100111111100011111110001011110111 | b4a4c9f53f8fe2f7 |
UTF-8 | 瓦封렰醱 | 111001111001001110100110111001011011000010000001111010111010000010110000111010011000011010110001 | e793a6e5b081eba0b0e986b1 |
UHC | 瓦封렰醱 | 1110100010111111110111001110011010001110101111011101101110100011 | e8bfdce68ebddba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)