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 | 耶ョオ | 100101101110101110000011100001111000001101001001 | 96eb83878349 |
EUC-JP | 耶ョオ | 110011001110110110100101111001111010010110101010 | cceda5e7a5aa |
UTF-8 | 耶ョオ | 111010001000000010110110111000111000001110100111111000111000001010101010 | e880b6e383a7e382aa |
UHC | 耶ョオ | 111001011010110110101011111001111010101110101010 | e5adabe7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)