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 | 蟄倬梟蝪 | 1110010110101101100110001110100110011110100001101110010110100001 | e5ad98e99e86e5a1 |
EUC-JP | 蟄倬梟蝪 | 1110101010101111110100001110101111011011111001101110101010100011 | eaafd0ebdbe6eaa3 |
UTF-8 | 蟄倬梟蝪 | 111010001001111110000100111001011000000010101100111001101010001010011111111010001001110110101010 | e89f84e580ace6a29fe89daa |
UHC | 蟄倬梟? | 11110110110111101111011011110000111111001111110000111111 | f6def6f0fcfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)