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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藕暑イ蠍 | 11100101010110001000111110001011101100101110010110110110 | e5588f8bb2e5b6 |
EUC-JP | 藕暑イ蠍 | 1110100110111001101111011110101110001110101100101110101010111000 | e9b9bdeb8eb2eab8 |
UTF-8 | 藕暑イ蠍 | 111010001001011110010101111001101001101010010001111011111011110110110010111010001010000010001101 | e89795e69a91efbdb2e8a08d |
UHC | 藕暑?? | 111010011110010011011111111101000011111100111111 | e9e4dff43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)