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 | 11100110110111111000110011101000101100011011101001000010 | e6df8ce8b1ba42 |
EUC-JP | 赱瑚アコB | 111011001110000110111000111010101000111010110001100011101011101001000010 | ece1b8ea8eb18eba42 |
UTF-8 | 赱瑚アコB | 11101000101101011011000111100111100100011001101011101111101111011011000111101111101111011011101001000010 | e8b5b1e7919aefbdb1efbdba42 |
UHC | ?瑚??B | 001111111111101111010001001111110011111101000010 | 3ffbd13f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)