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 | 蠅サ竊底シ | 1110010110100010101110111110001010000110100100101110101010111100 | e5a2bbe28692eabc |
EUC-JP | 蠅サ竊底シ | 11101010101001001000111010111011111000111110011011000100111011001000111010111100 | eaa48ebbe3e6c4ec8ebc |
UTF-8 | 蠅サ竊底シ | 111010001010000010000101111011111011110110111011111001111010101110001010111001011011101010010101111011111011110110111100 | e8a085efbdbbe7ab8ae5ba95efbdbc |
UHC | 蠅?竊底? | 1110001110110010001111111110111110111100111011101011110000111111 | e3b23fefbceebc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)