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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 躊稈躊稈B | 111001110101001111100010011000101110011101010011111000100110001001000010 | e753e262e753e26242 |
EUC-JP | 躊稈躊稈B | 111011011011010011100011110000111110110110110100111000111100001101000010 | edb4e3c3edb4e3c342 |
UTF-8 | 躊稈躊稈B | 11101000101110101000101011100111101010001000100011101000101110101000101011100111101010001000100001000010 | e8ba8ae7a888e8ba8ae7a88842 |
UHC | 躊稈躊稈B | 111100011100110011001010110110011111000111001100110010101101100101000010 | f1cccad9f1cccad942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)