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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 證競? | 1110011010011010100010111010001100111111 | e69a8ba33f |
EUC-JP | 證競? | 1110101111111010101101101010010100111111 | ebfab6a53f |
UTF-8 | 證競렮 | 111010001010110110001001111001111010101110110110111010111010000010101110 | e8ad89e7abb6eba0ae |
UHC | 證競렮 | 111100011111101111001100111001101000111010111011 | f1fbcce68ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)