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 | ?陷?↑夭 | 0011111111101000100111000011111110000001101010101001101011101110 | 3fe89c3f81aa9aee |
EUC-JP | ?陷?↑夭 | 0011111111101111111111000011111110100010101011001101010011110000 | 3feffc3fa2acd4f0 |
UTF-8 | 뤋陷킂↑夭 | 111010111010010010001011111010011001100110110111111011011000001010000010111000101000011010010001111001011010010010101101 | eba48be999b7ed8282e28691e5a4ad |
UHC | 뤋陷킂↑夭 | 10001111101110111111100111101000101101001000111010100001111010001110100011101100 | 8fbbf9e8b48ea1e8e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)