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 | ê²H | 1100001110101010110000101011001001001000 | c3aac2b248 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ê�H | 1000111110101010101010101000111110100010111011001000111110101010101001000011111101001000 | 8faaaa8fa2ec8faaa43f48 |
UTF-8 | ê²H | 110000111000001111000010101010101100001110000010110000101011001001001000 | c383c2aac382c2b248 |
UHC | ?ª?²H | 00111111101010001010001100111111101010011111011101001000 | 3fa8a33fa9f748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)