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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | ?暴?L | 0011111110010110010111000011111101001100 | 3f965c3f4c |
EUC-JP | ?暴?L | 0011111111001011101111010011111101001100 | 3fcbbd3f4c |
UTF-8 | 뤋暴뫈L | 11101011101001001000101111100110100110101011010011101011101010111000100001001100 | eba48be69ab4ebab884c |
UHC | 뤋暴뫈L | 10001111101110111111100011101100101110001111101101001100 | 8fbbf8ecb8fb4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)