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 | ôKH | 1000110011110100100101100100101101001000 | 8cf4964b48 |
SJIS-WIN | ???KH | 0011111100111111001111110100101101001000 | 3f3f3f4b48 |
EUC-JP | ?ô?KH | 00111111100011111010101111010100001111110100101101001000 | 3f8fabd43f4b48 |
UTF-8 | ôKH | 1100001010001100110000111011010011000010100101100100101101001000 | c28cc3b4c2964b48 |
UHC | ???KH | 0011111100111111001111110100101101001000 | 3f3f3f4b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)