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 | 霓ヨ? | 1110100010111101100000111000100000111111 | e8bd83883f |
EUC-JP | 霓ヨ? | 1111000010111111101001011110100000111111 | f0bfa5e83f |
UTF-8 | 霓ヨ궡 | 111010011001110010010011111000111000001110101000111010101011011010100001 | e99c93e383a8eab6a1 |
UHC | 霓ヨ궡 | 111001111110011110101011111010001000001010110100 | e7e7abe882b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)