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 | 鶴レ鞐カ | 111111000100100111011010111010001101111010110110 | fc49dae8deb6 |
EUC-JP | ?レ鞐カ | 00111111100011101101101011110000111000001000111010110110 | 3f8edaf0e08eb6 |
UTF-8 | 鶴レ鞐カ | 111011111010100010101101111011111011111010011010111010011001111010010000111011111011110110110110 | efa8adefbe9ae99e90efbdb6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)