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 | 100100100100011110010001101110011001001001000111100100011011000001000010 | 924791b9924791b042 |
EUC-JP | 竪損竪族B | 110000111010100011000010101110111100001110101000110000101011001001000010 | c3a8c2bbc3a8c2b242 |
UTF-8 | 竪損竪族B | 11100111101010111010101011100110100100001000110111100111101010111010101011100110100101111000111101000010 | e7abaae6908de7abaae6978f42 |
UHC | 竪損竪族B | 111000101011010111100001110111111110001010110101111100001110100101000010 | e2b5e1dfe2b5f0e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)