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 | 悅μ?淫 | 11111010101111011000001111001010001111111000100011111010 | fabd83ca3f88fa |
EUC-JP | ?μ?淫 | 001111111010011011001100001111111011000011111100 | 3fa6cc3fb0fc |
UTF-8 | 悅μ넡淫 | 1110011010000010100001011100111010111100111010111000010010100001111001101011011110101011 | e68285cebceb84a1e6b7ab |
UHC | 悅μ넡淫 | 1110011011101101101001011110110010000110101001011110101111100010 | e6eda5ec86a5ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)