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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佇?h | 1001100011001000001111111000001010001000 | 98c83f8288 |
EUC-JP | 佇?h | 1101000011001010001111111010001111101000 | d0ca3fa3e8 |
UTF-8 | 佇쇔h | 111001001011110110000111111011001000011110010100111011111011110110001000 | e4bd87ec8794efbd88 |
UHC | 佇쇔h | 111011101011011110111100111001011010001111101000 | eeb7bce5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)