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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 梧??h梧 | 10001100111001100011111100111111011010001000110011100110 | 8ce63f3f688ce6 |
EUC-JP | 梧??h梧 | 10111000111010000011111100111111011010001011100011101000 | b8e83f3f68b8e8 |
UTF-8 | 梧잞쉈h梧 | 11100110101000101010011111101100100111101001111011101100100010011000100001101000111001101010001010100111 | e6a2a7ec9e9eec898868e6a2a7 |
UHC | 梧잞쉈h梧 | 111001111111110010011111111011111011110110100101011010001110011111111100 | e7fc9fefbda568e7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)