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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瓦ο? | 1000101010100010100000111100110100111111 | 8aa283cd3f |
EUC-JP | 瓦ο? | 1011010010100100101001101100111100111111 | b4a4a6cf3f |
UTF-8 | 瓦ο쉰 | 1110011110010011101001101100111010111111111011001000100110110000 | e793a6cebfec89b0 |
UHC | 瓦ο쉰 | 111010001011111110100101111011111011110110101110 | e8bfa5efbdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)