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 | 曖??崖? | 10011110010000100011111100111111100010100101001000111111 | 9e423f3f8a523f |
EUC-JP | 曖??崖? | 11011011101000110011111100111111101100111011001100111111 | dba33f3fb3b33f |
UTF-8 | 曖뤷뮘崖ㅷ | 111001101001101110010110111010111010010010110111111010111010111010011000111001011011010010010110111000111000010110110111 | e69b96eba4b7ebae98e5b496e385b7 |
UHC | 曖뤷뮘崖ㅷ | 11100100111100101000111111100101100100101010010011100100111100001010010011100111 | e4f28fe592a4e4f0a4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)