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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉤芽х | 111001111110101010001001111010001000010010000111 | e7ea89e88487 |
EUC-JP | 鉤芽х | 111011101110110010110010111010101010011111100111 | eeecb2eaa7e7 |
UTF-8 | 鉤芽х | 1110100110001001101001001110100010001010101111011101000110000101 | e989a4e88abdd185 |
UHC | 鉤芽х | 110011111100100111100100101101001010110011100111 | cfc9e4b4ace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)