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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?陷?↑夭? | 001111111110100010011100001111111000000110101010100110101110111000111111 | 3fe89c3f81aa9aee3f |
EUC-JP | ?陷?↑夭? | 001111111110111111111100001111111010001010101100110101001111000000111111 | 3feffc3fa2acd4f03f |
UTF-8 | 뤋陷킂↑夭톰 | 111010111010010010001011111010011001100110110111111011011000001010000010111000101000011010010001111001011010010010101101111011011000011010110000 | eba48be999b7ed8282e28691e5a4aded86b0 |
UHC | 뤋陷킂↑夭톰 | 100011111011101111111001111010001011010010001110101000011110100011101000111011001100010111101000 | 8fbbf9e8b48ea1e8e8ecc5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)