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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 霆ォo | 11101000101110111010101101101111 | e8bbab6f |
EUC-JP | 霆ォo | 1111000010111101100011101010101101101111 | f0bd8eab6f |
UTF-8 | 霆ォo | 11101001100111001000011011101111101111011010101101101111 | e99c86efbdab6f |
UHC | 霆?o | 11101111111111010011111101101111 | effd3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)