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 | 赦嫉煮 | 1111000011100010100011101100110110001110101110011000111011001111 | f0e28ecd8eb98ecf |
EUC-JP | ?赦嫉煮 | 00111111101111001100111110111100101110111011110011010001 | 3fbccfbcbbbcd1 |
UTF-8 | 赦嫉煮 | 111011101000001010100001111010001011010110100110111001011010101110001001111001111000010110101110 | ee82a1e8b5a6e5ab89e785ae |
UHC | ?赦嫉煮 | 00111111110111101111010111110010111011001110110110110100 | 3fdef5f2ecedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)