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 | óÏw | 111100111100111101110111 | f3cf77 |
SJIS-WIN | ??w | 001111110011111101110111 | 3f3f77 |
EUC-JP | óÏw | 10001111101010111101000110001111101010101100000101110111 | 8fabd18faac177 |
UTF-8 | óÏw | 1100001110110011110000111000111101110111 | c3b3c38f77 |
UHC | ??w | 001111110011111101110111 | 3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)