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 | 汚??串裝 | 1000100110011000001111110011111110001011111110001110010111100100 | 89983f3f8bf8e5e4 |
EUC-JP | 汚??串裝 | 1011000111111000001111110011111110110110111110101110101011100110 | b1f83f3fb6faeae6 |
UTF-8 | 汚졿궣串裝 | 111001101011000110011010111011001010000110111111111010101011011010100011111001001011100010110010111010001010001110011101 | e6b19aeca1bfeab6a3e4b8b2e8a39d |
UHC | 汚졿궣串裝 | 11100111111111011010000011100110100000101011011011001101111110101110110111111011 | e7fda0e682b6cdfaedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)