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 | 閼ア邯哥 | 11101000100001001011000111100111101101101001101001000110 | e884b1e7b69a46 |
EUC-JP | 閼ア邯哥 | 1110111111100100100011101011000111101110101110001101001110100111 | efe48eb1eeb8d3a7 |
UTF-8 | 閼ア邯哥 | 111010011001011010111100111011111011110110110001111010011000001010101111111001011001001110100101 | e996bcefbdb1e982afe593a5 |
UHC | 閼?邯哥 | 11100100110110010011111111001010111110111100101010101000 | e4d93fcafbcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)