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 | 羞轟▽ | 111000111011010110001101100011001000000110100100 | e3b58d8c81a4 |
EUC-JP | 羞轟▽ | 111001101011011110111001111011001010001010100110 | e6b7b9eca2a6 |
UTF-8 | 羞轟▽ | 111001111011111010011110111010001011110110011111111000101001011010111101 | e7be9ee8bd9fe296bd |
UHC | 羞轟▽ | 111000101011101011001110110111101010000111100100 | e2bacedea1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)