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 | ûO¿@h | 111110110100111110001110101111110100000001101000 | fb4f8ebf4068 |
SJIS-WIN | ?O??@h | 001111110100111100111111001111110100000001101000 | 3f4f3f3f4068 |
EUC-JP | ûO?¿@h | 10001111101010111110010101001111001111111000111110100010110001000100000001101000 | 8fabe54f3f8fa2c44068 |
UTF-8 | ûO¿@h | 110000111011101101001111110000101000111011000010101111110100000001101000 | c3bb4fc28ec2bf4068 |
UHC | ?O?¿@h | 00111111010011110011111110100010101011110100000001101000 | 3f4f3fa2af4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)