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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 牆?杖?章 | 1110000010101101001111111000111111110001001111111000111111001101 | e0ad3f8ff13f8fcd |
EUC-JP | 牆?杖?章 | 1110000010101111001111111011111011110011001111111011111011001111 | e0af3fbef33fbecf |
UTF-8 | 牆렕杖렗章 | 111001111000100110000110111010111010000010010101111001101001110110010110111010111010000010010111111001111010101110100000 | e78986eba095e69d96eba097e7aba0 |
UHC | 牆렕杖렗章 | 11101101111011011000111010101010111011011110100010001110101011001110110111110001 | eded8eaaede88eacedf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)