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 | 璋?檣?吟 | 1110000011110110001111111001111011111100001111111000101111100001 | e0f63f9efc3f8be1 |
EUC-JP | 璋?檣?吟 | 1110000011111000001111111101110011111110001111111011011011100011 | e0f83fdcfe3fb6e3 |
UTF-8 | 璋렡檣렫吟 | 111001111001001010001011111010111010000010100001111001101010101010100011111010111010000010101011111001011001000010011111 | e7928beba0a1e6aaa3eba0abe5909f |
UHC | 璋렡檣렫吟 | 11101101111100001000111010110010111011011110101010001110101110011110101111100001 | edf08eb2edea8eb9ebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)