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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | ???其SB | 00111111001111110011111110010001101101000101001101000010 | 3f3f3f91b45342 |
EUC-JP | ???其SB | 00111111001111110011111111000010101101100101001101000010 | 3f3f3fc2b65342 |
UTF-8 | 練먩솲其SB | 1110111110100110100101101110101110101000101010011110110010000110101100101110010110000101101101100101001101000010 | efa696eba8a9ec86b2e585b65342 |
UHC | 練먩솲其SB | 11100110110111111001000011100110100110011010011111010000111011000101001101000010 | e6df90e699a7d0ec5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)