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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 頽。蜍滉鬟 | 111010001111011010100001111001011000101110011111111001001110100110100011 | e8f6a1e58b9fe4e9a3 |
EUC-JP | 頽。蜍滉鬟 | 11110000111110001000111010100001111010011110101111011110111001101111001010100101 | f0f88ea1e9ebdee6f2a5 |
UTF-8 | 頽。蜍滉鬟 | 111010011010000010111101111011111011110110100001111010001001110010001101111001101011101110001001111010011010110010011111 | e9a0bdefbda1e89c8de6bb89e9ac9f |
UHC | ???滉? | 001111110011111100111111111111001101000100111111 | 3f3f3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)