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 | ??q??qB | 00111111001111110111000100111111001111110111000101000010 | 3f3f713f3f7142 |
SJIS-WIN | 鶯痔q鶯痔qB | 1110100111110010100011101010010001110001111010011111001010001110101001000111000101000010 | e9f28ea471e9f28ea47142 |
EUC-JP | 鶯痔q鶯痔qB | 1111001011110100101111001010011001110001111100101111010010111100101001100111000101000010 | f2f4bca671f2f4bca67142 |
UTF-8 | 鶯痔q鶯痔qB | 111010011011011010101111111001111001011110010100011100011110100110110110101011111110011110010111100101000111000101000010 | e9b6afe7979471e9b6afe797947142 |
UHC | 鶯痔q鶯痔qB | 1110010110100011111101101100000001110001111001011010001111110110110000000111000101000010 | e5a3f6c071e5a3f6c07142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)