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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 閻コ豢ゥ鄒ィ^ | 11101000100001011011101011100110101101001010100111100111101111101010100001011110 | e885bae6b4a9e7bea85e |
EUC-JP | 閻コ豢ゥ鄒ィ^ | 11101111111001011000111010111010111011001011011010001110101010011110111011000000100011101010100001011110 | efe58ebaecb68ea9eec08ea85e |
UTF-8 | 閻コ豢ゥ鄒ィ^ | 11101001100101101011101111101111101111011011101011101000101100011010001011101111101111011010100111101001100001001001001011101111101111011010100001011110 | e996bbefbdbae8b1a2efbda9e98492efbda85e |
UHC | 閻???鄒?^ | 111001111010001000111111001111110011111111110101110110110011111101011110 | e7a23f3f3ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)