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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逋ゥ逕ィ | 111001111001100110101001111001111001010010101000 | e799a9e794a8 |
EUC-JP | 逋ゥ逕ィ | 1110110111111001100011101010100111101101111101001000111010101000 | edf98ea9edf48ea8 |
UTF-8 | 逋ゥ逕ィ | 111010011000000010001011111011111011110110101001111010011000000010010101111011111011110110101000 | e9808befbda9e98095efbda8 |
UHC | 逋?逕? | 111110001110011100111111110011001110111100111111 | f8e73fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)