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 | ?S?qLB | 001111110101001100111111011100010100110001000010 | 3f533f714c42 |
SJIS-WIN | 棚S但qLB | 1001001001001001010100111001001001000001011100010100110001000010 | 9249539241714c42 |
EUC-JP | 棚S但qLB | 1100001110101010010100111100001110100010011100010100110001000010 | c3aa53c3a2714c42 |
UTF-8 | 棚S但qLB | 11100110101000111001101001010011111001001011110110000110011100010100110001000010 | e6a39a53e4bd86714c42 |
UHC | 棚S但qLB | 1101110111011100010100111101001110100011011100010100110001000010 | dddc53d3a3714c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)