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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聳ょ涯 | 111000111101111010000010111001011000101001010101 | e3de82e58a55 |
EUC-JP | 聳ょ涯 | 111001101110000010100100111001111011001110110110 | e6e0a4e7b3b6 |
UTF-8 | 聳ょ涯 | 111010001000000110110011111000111000001010000111111001101011011010101111 | e881b3e38287e6b6af |
UHC | 聳ょ涯 | 111010011100011010101010111001111110010011110011 | e9c6aae7e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)