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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩榊供譴 | 1110100110101001100011011110010110001011100111111110011010100010 | e9a98de58b9fe6a2 |
EUC-JP | 鬩榊供譴 | 1111001010101011101110101110011110110110101000011110110010100100 | f2abbae7b6a1eca4 |
UTF-8 | 鬩榊供譴 | 111010011010110010101001111001101010011010001010111001001011111010011011111010001010110110110100 | e9aca9e6a68ae4be9be8adb4 |
UHC | ??供譴 | 001111110011111111001101111010101100110010111001 | 3f3fcdeaccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)