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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 誤??援?? | 1000110011101011001111110011111110001001100001110011111100111111 | 8ceb3f3f89873f3f |
EUC-JP | 誤??援?? | 1011100011101101001111110011111110110001111001110011111100111111 | b8ed3f3fb1e73f3f |
UTF-8 | 誤곷씞援졿걗 | 111010001010101010100100111010101011001110110111111011001001010010011110111001101000111110110100111011001010000110111111111010101011000110010111 | e8aaa4eab3b7ec949ee68fb4eca1bfeab197 |
UHC | 誤곷씞援졿걗 | 111010001010011010000001111010111001110110110010111010101011010110100000111001101000000110000010 | e8a681eb9db2eab5a0e68182 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)