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 | ????OB | 001111110011111100111111001111110100111101000010 | 3f3f3f3f4f42 |
SJIS-WIN | 嘆旦村尊OB | 10010010010100011001001001010101100100011011101010010001101110000100111101000010 | 9251925591ba91b84f42 |
EUC-JP | 嘆旦村尊OB | 11000011101100101100001110110110110000101011110011000010101110100100111101000010 | c3b2c3b6c2bcc2ba4f42 |
UTF-8 | 嘆旦村尊OB | 1110010110011000100001101110011010010111101001101110011010011101100100011110010110110000100010100100111101000010 | e59886e697a6e69d91e5b08a4f42 |
UHC | 嘆旦村尊OB | 11110111101000111101001110101001111101011011110111110000111011100100111101000010 | f7a3d3a9f5bdf0ee4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)