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 | 磬主畿瑩 | 1110000111111100100011101110010110001011010001011110000011110000 | e1fc8ee58b45e0f0 |
EUC-JP | 磬主畿瑩 | 1110001011111110101111001110011110110101101001101110000011110010 | e2febce7b5a6e0f2 |
UTF-8 | 磬主畿瑩 | 111001111010001110101100111001001011100010111011111001111001010110111111111001111001000110101001 | e7a3ace4b8bbe795bfe791a9 |
UHC | 磬主畿瑩 | 1100110011100100111100011010101111010001101100101111101110101001 | cce4f1abd1b2fba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)