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 | 霓ユ? | 1110100010111101100000111000011000111111 | e8bd83863f |
EUC-JP | 霓ユ? | 1111000010111111101001011110011000111111 | f0bfa5e63f |
UTF-8 | 霓ユ폇 | 111010011001110010010011111000111000001110100110111011011000111110000111 | e99c93e383a6ed8f87 |
UHC | 霓ユ폇 | 111001111110011110101011111001101011110010010100 | e7e7abe6bc94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)