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 | 霍悶i蝓 | 1110100010110111100101101110001110000010100010011110010110011111 | e8b796e38289e59f |
EUC-JP | 霍悶i蝓 | 1111000010111001110011001110010110100011111010011110101010100001 | f0b9cce5a3e9eaa1 |
UTF-8 | 霍悶i蝓 | 111010011001110010001101111001101000001010110110111011111011110110001001111010001001110110010011 | e99c8de682b6efbd89e89d93 |
UHC | ?悶i? | 001111111101101010111111101000111110100100111111 | 3fdabfa3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)