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 | 汚??串箋 | 1000100110011000001111110011111110001011111110001110001010110011 | 89983f3f8bf8e2b3 |
EUC-JP | 汚??串箋 | 1011000111111000001111110011111110110110111110101110010010110101 | b1f83f3fb6fae4b5 |
UTF-8 | 汚졿궣串箋 | 111001101011000110011010111011001010000110111111111010101011011010100011111001001011100010110010111001111010111010001011 | e6b19aeca1bfeab6a3e4b8b2e7ae8b |
UHC | 汚졿궣串箋 | 11100111111111011010000011100110100000101011011011001101111110101110111110101000 | e7fda0e682b6cdfaefa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)