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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譽ケ逋ゥ遽ヲ | 111001101010001110111001111001111001100110101001111001111010111110100110 | e6a3b9e799a9e7afa6 |
EUC-JP | 譽ケ逋ゥ遽ヲ | 111011001010010110001110101110011110110111111001100011101010100111101110101100011000111010100110 | eca58eb9edf98ea9eeb18ea6 |
UTF-8 | 譽ケ逋ゥ遽ヲ | 111010001010110110111101111011111011110110111001111010011000000010001011111011111011110110101001111010011000000110111101111011111011110110100110 | e8adbdefbdb9e9808befbda9e981bdefbda6 |
UHC | 譽?逋?遽? | 111001111110001000111111111110001110011100111111110010111110100000111111 | e7e23ff8e73fcbe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)