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 | 犇發犇犒^ | 111000001011010011100001101000101110000010110100111000001011010101011110 | e0b4e1a2e0b4e0b55e |
EUC-JP | 犇發犇犒^ | 111000001011011011100010101001001110000010110110111000001011011101011110 | e0b6e2a4e0b6e0b75e |
UTF-8 | 犇發犇犒^ | 11100111100010101000011111100111100110011011110011100111100010101000011111100111100010101001001001011110 | e78a87e799bce78a87e78a925e |
UHC | ?發??^ | 001111111101101110100001001111110011111101011110 | 3fdba13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)