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 | 逹孺逹學^ | 111001111001110110011011011111011110011110011101100110110111101101011110 | e79d9b7de79d9b7b5e |
EUC-JP | 逹孺逹學^ | 111011011111110111010101110111101110110111111101110101011101110001011110 | edfdd5deedfdd5dc5e |
UTF-8 | 逹孺逹學^ | 11101001100000001011100111100101101011011011101011101001100000001011100111100101101011011011100001011110 | e980b9e5adbae980b9e5adb85e |
UHC | ?孺?學^ | 00111111111010101110100000111111111110011100101001011110 | 3feae83ff9ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)