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 | 癲??疳 | 111000011001111100111111001111111110000101110000 | e19f3f3fe170 |
EUC-JP | 癲??疳 | 111000101010000100111111001111111110000111010001 | e2a13f3fe1d1 |
UTF-8 | 癲↔퉮疳 | 111001111001100110110010111000101000011010010100111011011000100110101110111001111001011010110011 | e799b2e28694ed89aee796b3 |
UHC | 癲↔퉮疳 | 1110111110100110101000011110101010111001100001101100101011110111 | efa6a1eab986caf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)