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 | 懌洟鑄懌 | 1001110011100010100111111010010011101000011010001001110011100010 | 9ce29fa4e8689ce2 |
EUC-JP | 懌洟鑄懌 | 1101100011100100110111101010011011101111110010011101100011100100 | d8e4dea6efc9d8e4 |
UTF-8 | 懌洟鑄懌 | 111001101000011110001100111001101011010010011111111010011001000110000100111001101000011110001100 | e6878ce6b49fe99184e6878c |
UHC | ??鑄? | 0011111100111111111100011101000100111111 | 3f3ff1d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)