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 | ??額?? | 001111110011111110001010011110100011111100111111 | 3f3f8a7a3f3f |
EUC-JP | ??額?? | 001111110011111110110011110110110011111100111111 | 3f3fb3db3f3f |
UTF-8 | 소선額샵앗 | 111011001000011010001100111011001000010010100000111010011010000110001101111011001000001110110101111011001001010110010111 | ec868cec84a0e9a18dec83b5ec9597 |
UHC | 소선額샵앗 | 10111100110100101011110010110001111001001111111010111100101001011011111011010001 | bcd2bcb1e4febca5bed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)