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 | 陋ケ蜻キ骼窟 | 11101000100110111011100111100101100100011011011111101001100011101000110001000001 | e89bb9e591b7e98e8c41 |
EUC-JP | 陋ケ蜻キ骼窟 | 111011111111101110001110101110011110100111110001100011101011011111110001111011101011011110100010 | effb8eb9e9f18eb7f1eeb7a2 |
UTF-8 | 陋ケ蜻キ骼窟 | 111010011001100110001011111011111011110110111001111010001001110010111011111011111011110110110111111010011010101010111100111001111010101010011111 | e9998befbdb9e89cbbefbdb7e9aabce7aa9f |
UHC | 陋????窟 | 1101011110110000001111110011111100111111001111111100111111011111 | d7b03f3f3f3fcfdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)