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 | 砠瞻瞻 | 111000011110011111100001110110111110000111011011 | e1e7e1dbe1db |
EUC-JP | 砠瞻瞻 | 111000101110100111100010110111011110001011011101 | e2e9e2dde2dd |
UTF-8 | 砠瞻瞻 | 111001111010000010100000111001111001111010111011111001111001111010111011 | e7a0a0e79ebbe79ebb |
UHC | ?瞻瞻 | 0011111111110100110101111111010011010111 | 3ff4d7f4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)