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 | 111100111100010101101111 | f3c56f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | óÅo | 10001111101010111101000110001111101010101010100101101111 | 8fabd18faaa96f |
UTF-8 | óÅo | 1100001110110011110000111000010101101111 | c3b3c3856f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)