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 | 蠅サ竊底シ③ | 11100101101000101011101111100010100001101001001011101010101111001000011101000010 | e5a2bbe28692eabc8742 |
EUC-JP | 蠅サ竊底シ? | 1110101010100100100011101011101111100011111001101100010011101100100011101011110000111111 | eaa48ebbe3e6c4ec8ebc3f |
UTF-8 | 蠅サ竊底シ③ | 111010001010000010000101111011111011110110111011111001111010101110001010111001011011101010010101111011111011110110111100111000101001000110100010 | e8a085efbdbbe7ab8ae5ba95efbdbce291a2 |
UHC | 蠅?竊底?③ | 11100011101100100011111111101111101111001110111010111100001111111010100011101001 | e3b23fefbceebc3fa8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)