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 | 霓ュ? | 1110100010111101100000111000010100111111 | e8bd83853f |
EUC-JP | 霓ュ? | 1111000010111111101001011110010100111111 | f0bfa5e53f |
UTF-8 | 霓ュ폊 | 111010011001110010010011111000111000001110100101111011011000111110001010 | e99c93e383a5ed8f8a |
UHC | 霓ュ폊 | 111001111110011110101011111001011011110010010101 | e7e7abe5bc95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)