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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陰?陰?B | 10001001010000010011111110001001010000010011111101000010 | 89413f89413f42 |
EUC-JP | 陰?陰?B | 10110001101000100011111110110001101000100011111101000010 | b1a23fb1a23f42 |
UTF-8 | 陰밖陰밖B | 11101001100110011011000011101011101100001001011011101001100110011011000011101011101100001001011001000010 | e999b0ebb096e999b0ebb09642 |
UHC | 陰밖陰밖B | 111010111110010010111001110110111110101111100100101110011101101101000010 | ebe4b9dbebe4b9db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)