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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
EUC-JP | 縕??H | 100011111101010011000010001111110011111101001000 | 8fd4c23f3f48 |
UTF-8 | 縕롳쉭H | 11100111101110001001010111101011101000011011001111101100100010011010110101001000 | e7b895eba1b3ec89ad48 |
UHC | 縕롳쉭H | 11101000101100101000111011101111101111011010110101001000 | e8b28eefbdad48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)