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 | 隰礼霜邃 | 1110100010101100100101111110011110010001100110101110001010000100 | e8ac97e7919ae284 |
EUC-JP | 隰礼霜邃 | 1111000010101110110011101110100111000001111110101110001111100100 | f0aecee9c1fae3e4 |
UTF-8 | 隰礼霜邃 | 111010011001101010110000111001111010010010111100111010011001110010011100111010011000001010000011 | e99ab0e7a4bce99c9ce98283 |
UHC | ??霜邃 | 001111110011111111011111110111001110001011000101 | 3f3fdfdce2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)