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 | 冓訐戰喇 | 1001100101101001111001100101111110011101010001001001101001101000 | 9969e65f9d449a68 |
EUC-JP | 冓訐戰喇 | 1101000111001010111010111100000011011001101001011101001111001001 | d1caebc0d9a5d3c9 |
UTF-8 | 冓訐戰喇 | 111001011000011010010011111010001010100010010000111001101000100010110000111001011001011010000111 | e58693e8a890e688b0e59687 |
UHC | ??戰喇 | 001111110011111111101110111110101101010011111010 | 3f3feefad4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)