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 | 摯??臀? | 10011101100101010011111100111111111001000101110000111111 | 9d953f3fe45c3f |
EUC-JP | 摯??臀? | 11011001111101010011111100111111111001111011110100111111 | d9f53f3fe7bd3f |
UTF-8 | 摯흣렑臀렏 | 111001101001000110101111111011011001110110100011111010111010000010010001111010001000011110000000111010111010000010001111 | e691afed9da3eba091e88780eba08f |
UHC | 摯흣렑臀렏 | 11110010101001111100100011101110100011101010011011010100111010111000111010100101 | f2a7c8ee8ea6d4eb8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)