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 | 轣尖鎌 | 111001111000000110010000111010111000101010011001 | e78190eb8a99 |
EUC-JP | 轣尖鎌 | 111011011110000111000000111011011011001111111001 | ede1c0edb3f9 |
UTF-8 | 轣尖鎌 | 111010001011110110100011111001011011000010010110111010011000111010001100 | e8bda3e5b096e98e8c |
UHC | ?尖鎌 | 0011111111110100110100111100110011000111 | 3ff4d3ccc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)