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 | 鬩榊供赳 | 1110100110101001100011011110010110001011100111111110011011100000 | e9a98de58b9fe6e0 |
EUC-JP | 鬩榊供赳 | 1111001010101011101110101110011110110110101000011110110011100010 | f2abbae7b6a1ece2 |
UTF-8 | 鬩榊供赳 | 111010011010110010101001111001101010011010001010111001001011111010011011111010001011010110110011 | e9aca9e6a68ae4be9be8b5b3 |
UHC | ??供赳 | 001111110011111111001101111010101101000010101111 | 3f3fcdead0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)