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 | 瓦??鼇 | 100010101010001000111111001111111110101010000111 | 8aa23f3fea87 |
EUC-JP | 瓦??鼇 | 101101001010010000111111001111111111001111100111 | b4a43f3ff3e7 |
UTF-8 | 瓦댐쉰鼇 | 111001111001001110100110111010111000110010010000111011001000100110110000111010011011110010000111 | e793a6eb8c90ec89b0e9bc87 |
UHC | 瓦댐쉰鼇 | 1110100010111111101101001110111110111101101011101110100010101000 | e8bfb4efbdaee8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)