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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 禹??B | 1110001001011010001111110011111101000010 | e25a3f3f42 |
EUC-JP | 禹??B | 1110001110111011001111110011111101000010 | e3bb3f3f42 |
UTF-8 | 禹얘씜B | 11100111101001101011100111101100100101101001100011101100100101001001110001000010 | e7a6b9ec9698ec949c42 |
UHC | 禹얘씜B | 11101001111000001011111011101010101111101011110101000010 | e9e0beeabebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)