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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 崖??}B | 100010100101001000111111001111110111110101000010 | 8a523f3f7d42 |
EUC-JP | 崖??}B | 101100111011001100111111001111110111110101000010 | b3b33f3f7d42 |
UTF-8 | 崖ㅹ콊}B | 1110010110110100100101101110001110000101101110011110110010111101100010100111110101000010 | e5b496e385b9ecbd8a7d42 |
UHC | 崖ㅹ콊}B | 1110010011110000101001001110100110110001100001100111110101000010 | e4f0a4e9b1867d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)