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 | 蔘ワ住薨種 | 11100100111100111000001110001111100011110101101011100101010010011000111011101101 | e4f3838f8f5ae5498eed |
EUC-JP | 蔘ワ住薨種 | 11101000111101011010010111101111101111011011101111101001101010101011110011101111 | e8f5a5efbdbbe9aabcef |
UTF-8 | 蔘ワ住薨種 | 111010001001010010011000111000111000001110101111111001001011110110001111111010001001011010101000111001111010100010101110 | e89498e383afe4bd8fe896a8e7a8ae |
UHC | 蔘ワ住薨種 | 11011111101110001010101111101111111100011010110011111101101111001111000011111010 | dfb8abeff1acfdbcf0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)