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 | 巐軸裔 | 111110101011011010001110101100101110010111100001 | fab68eb2e5e1 |
EUC-JP | 巐軸裔 | 10001111101110111111100110111100101101001110101011100011 | 8fbbf9bcb4eae3 |
UTF-8 | 巐軸裔 | 111001011011011110010000111010001011101110111000111010001010001110010100 | e5b790e8bbb8e8a394 |
UHC | ?軸裔 | 0011111111110101111011101110011111100000 | 3ff5eee7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)