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 | 蟀∬e蒟 | 1110010110101001100000011110100010000010100001011110010011100101 | e5a981e88285e4e5 |
EUC-JP | 蟀∬e蒟 | 1110101010101011101000101110101010100011111001011110100011100111 | eaaba2eaa3e5e8e7 |
UTF-8 | 蟀∬e蒟 | 111010001001111110000000111000101000100010101100111011111011110110000101111010001001001010011111 | e89f80e288acefbd85e8929f |
UHC | ?∬e? | 001111111010000111110011101000111110010100111111 | 3fa1f3a3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)