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 | 閼ア邯嗤 | 11101000100001001011000111100111101101101001101001101111 | e884b1e7b69a6f |
EUC-JP | 閼ア邯嗤 | 1110111111100100100011101011000111101110101110001101001111010000 | efe48eb1eeb8d3d0 |
UTF-8 | 閼ア邯嗤 | 111010011001011010111100111011111011110110110001111010011000001010101111111001011001011110100100 | e996bcefbdb1e982afe597a4 |
UHC | 閼?邯嗤 | 11100100110110010011111111001010111110111111011010111000 | e4d93fcafbf6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)