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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | 辰探遜BB | 1001001001000011100100100101010010010001101110110100001001000010 | 9243925491bb4242 |
EUC-JP | 辰探遜BB | 1100001110100100110000111011010111000010101111010100001001000010 | c3a4c3b5c2bd4242 |
UTF-8 | 辰探遜BB | 1110100010111110101100001110011010001110101000101110100110000001100111000100001001000010 | e8beb0e68ea2e9819c4242 |
UHC | 辰探遜BB | 1111001011100011111101111010111011100001111000010100001001000010 | f2e3f7aee1e14242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)