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 | 蒿肴桶薨 | 1110010011100100100011011110011010001001101100011110010101001001 | e4e48de689b1e549 |
EUC-JP | 蒿肴桶薨 | 1110100011100110101110101110100010110010101100111110100110101010 | e8e6bae8b2b3e9aa |
UTF-8 | 蒿肴桶薨 | 111010001001001010111111111010001000001010110100111001101010000110110110111010001001011010101000 | e892bfe882b4e6a1b6e896a8 |
UHC | 蒿肴桶薨 | 1111101111011010111111011010001011110111110100101111110110111100 | fbdafda2f7d2fdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)