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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???疑?? | 00111111001111110011111110001011010111100011111100111111 | 3f3f3f8b5e3f3f |
EUC-JP | ???疑?? | 00111111001111110011111110110101101111110011111100111111 | 3f3f3fb5bf3f3f |
UTF-8 | 惡쏅윞疑㏓렡 | 111011111010011010111001111011001000111110000101111011001001110010011110111001111001011010010001111000111000111110010011111010111010000010100001 | efa6b9ec8f85ec9c9ee79691e38f93eba0a1 |
UHC | 惡쏅윞疑㏓렡 | 111001111111011110011011111010111001111110100001111010111111011110100111111010111000111010110010 | e7f79beb9fa1ebf7a7eb8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)