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 | 譽ケ逋ゥ遽 | 1110011010100011101110011110011110011001101010011110011110101111 | e6a3b9e799a9e7af |
EUC-JP | 譽ケ逋ゥ遽 | 11101100101001011000111010111001111011011111100110001110101010011110111010110001 | eca58eb9edf98ea9eeb1 |
UTF-8 | 譽ケ逋ゥ遽 | 111010001010110110111101111011111011110110111001111010011000000010001011111011111011110110101001111010011000000110111101 | e8adbdefbdb9e9808befbda9e981bd |
UHC | 譽?逋?遽 | 1110011111100010001111111111100011100111001111111100101111101000 | e7e23ff8e73fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)