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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 畊筅畊犢^ | 111000010101100011100010101001001110000101011000111000001011011101011110 | e158e2a4e158e0b75e |
EUC-JP | 畊筅畊犢^ | 111000011011100111100100101001101110000110111001111000001011100101011110 | e1b9e4a6e1b9e0b95e |
UTF-8 | 畊筅畊犢^ | 11100111100101011000101011100111101011011000010111100111100101011000101011100111100010101010001001011110 | e7958ae7ad85e7958ae78aa25e |
UHC | ???犢^ | 001111110011111100111111110101001011101101011110 | 3f3f3fd4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)