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 | 玉????? | 10001011110010100011111100111111001111110011111100111111 | 8bca3f3f3f3f3f |
EUC-JP | 玉??髥?? | 101101101100110000111111001111111000111111101001111100000011111100111111 | b6cc3f3f8fe9f03f3f |
UTF-8 | 玉앯캙髥곩겛 | 111001111000111010001001111011001001010110101111111011001011101010011001111010011010101110100101111010101011001110101001111010101011001010011011 | e78e89ec95afecba99e9aba5eab3a9eab29b |
UHC | 玉앯캙髥곩겛 | 111010001010110010011101111001111010111110100000111001111010001110000001111001011000000110110010 | e8ac9de7afa0e7a381e581b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)