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 | 鉛???? | 100010011001010000111111001111110011111100111111 | 89943f3f3f3f |
EUC-JP | 鉛???? | 101100011111010000111111001111110011111100111111 | b1f43f3f3f3f |
UTF-8 | 鉛뗧콞鍊툲 | 111010011000100110011011111010111001011110100111111011001011110110011110111011111010011010011011111011011000100010110010 | e9899beb97a7ecbd9eefa69bed88b2 |
UHC | 鉛뗧콞鍊툲 | 11100110111001111000101111100111101100011001011011100110111010001011100101000110 | e6e78be7b196e6e8b946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)