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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 鳥竭??? | 10010010101110011110001010010001001111110011111100111111 | 92b9e2913f3f3f |
EUC-JP | 鳥竭?®? | 110001001011101111100011111100010011111110001111101000101110111000111111 | c4bbe3f13f8fa2ee3f |
UTF-8 | 鳥竭렯®롚 | 1110100110110011101001011110011110101011101011011110101110100000101011111100001010101110111010111010000110011010 | e9b3a5e7abadeba0afc2aeeba19a |
UHC | 鳥竭렯®롚 | 11110000111010001100101011100110100011101011110010100010111001111000111011011110 | f0e8cae68ebca2e78ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)