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 | ?眸晁頁? | 0011111111100001110001101001110111101000100101011100010100111111 | 3fe1c69de895c53f |
EUC-JP | ?眸晁頁? | 0011111111100010110010001101101011101010110010101100011100111111 | 3fe2c8daeacac73f |
UTF-8 | 뤲眸晁頁卨 | 111010111010010010110010111001111001110010111000111001101001100110000001111010011010000010000001111001011000110110101000 | eba4b2e79cb8e69981e9a081e58da8 |
UHC | 뤲眸晁頁卨 | 10001111111000001101100111000010111100001100010111111010111011011110000011011001 | 8fe0d9c2f0c5faede0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)