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???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
EUC-JP | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
UTF-8 | 횪짚O횪횒횪횁 | 11101101100110101010101011101100101001111001101001001111111011011001101010101010111011011001101010010010111011011001101010101010111011011001101010000001 | ed9aaaeca79a4fed9aaaed9a92ed9aaaed9a81 |
UHC | 횪짚O횪횒횪횁 | 11000011101000001100001010100100010011111100001110100000110000111000110111000011101000001100001110000001 | c3a0c2a44fc3a0c38dc3a0c381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)