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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 聯륁띂杻껅럩 | 111011111010011010010111111010111010010110000001111010111001110110000010111011111010011110001000111010101011101110000101111010111001111110101001 | efa697eba581eb9d82efa788eabb85eb9fa9 |
UHC | 聯륁띂杻껅럩 | 111001101110000110001111111011001000110110111101111010101111010010000011111001101000111010001100 | e6e18fec8dbdeaf483e68e8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)