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 | 襌懋ケ作 | 11100101111110011001110011101010101110011000110111101100 | e5f99ceab98dec |
EUC-JP | 襌懋ケ作 | 1110101011111011110110001110110010001110101110011011101011101110 | eafbd8ec8eb9baee |
UTF-8 | 襌懋ケ作 | 111010001010010110001100111001101000011110001011111011111011110110111001111001001011110110011100 | e8a58ce6878befbdb9e4bd9c |
UHC | ?懋?作 | 001111111101100111100101001111111110110111000010 | 3fd9e53fedc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)