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 | 巐∽豬 | 111110101011011010000001111001001110011010110101 | fab681e4e6b5 |
EUC-JP | 巐∽豬 | 10001111101110111111100110100010111001101110110010110111 | 8fbbf9a2e6ecb7 |
UTF-8 | 巐∽豬 | 111001011011011110010000111000101000100010111101111010001011000110101100 | e5b790e288bde8b1ac |
UHC | ?∽? | 00111111101000011110111100111111 | 3fa1ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)