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 | 100100100100110110010001101011011001000110110111100100011001111101000010 | 924d91ad91b7919f42 |
EUC-JP | 樽俗孫臓B | 110000111010111011000010101011111100001010111001110000101010000101000010 | c3aec2afc2b9c2a142 |
UTF-8 | 樽俗孫臓B | 11100110101010001011110111100100101111111001011111100101101011011010101111101000100001111001001101000010 | e6a8bde4bf97e5adabe8879342 |
UHC | 樽俗孫?B | 1111000111011100111000011101010011100001110111010011111101000010 | f1dce1d4e1dd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)