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 | 蜀齢言邉ッ | 111001011000011010010111111011101000110010111110111001111011001110101111 | e58697ee8cbee7b3af |
EUC-JP | 蜀齢言邉ッ | 11101001111001101100111011110000101110001100000011101110101101011000111010101111 | e9e6cef0b8c0eeb58eaf |
UTF-8 | 蜀齢言邉ッ | 111010001001110010000000111010011011110110100010111010001010100010000000111010011000001010001001111011111011110110101111 | e89c80e9bda2e8a880e98289efbdaf |
UHC | 蜀?言?? | 11110101101110010011111111100101111010110011111100111111 | f5b93fe5eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)