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 | 旋盞昭 | 100100001111100111100001101101011000111110111010 | 90f9e1b58fba |
EUC-JP | 旋盞昭 | 110000001111101111100010101101111011111010111100 | c0fbe2b7bebc |
UTF-8 | 旋盞昭 | 111001101001011110001011111001111001101110011110111001101001100010101101 | e6978be79b9ee698ad |
UHC | 旋盞昭 | 111000001100000111101101110100111110000110111001 | e0c1edd3e1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)