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 | ôlk | 1001011111110100100111100110110001101011 | 97f49e6c6b |
SJIS-WIN | ???lk | 0011111100111111001111110110110001101011 | 3f3f3f6c6b |
EUC-JP | ?ô?lk | 00111111100011111010101111010100001111110110110001101011 | 3f8fabd43f6c6b |
UTF-8 | ôlk | 1100001010010111110000111011010011000010100111100110110001101011 | c297c3b4c29e6c6b |
UHC | ???lk | 0011111100111111001111110110110001101011 | 3f3f3f6c6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)