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 | å©}v] | 111001011000111110101001011111010111011001011101 | e58fa97d765d |
SJIS-WIN | ???}v] | 001111110011111100111111011111010111011001011101 | 3f3f3f7d765d |
EUC-JP | å?©}v] | 10001111101010111010100100111111100011111010001011101101011111010111011001011101 | 8faba93f8fa2ed7d765d |
UTF-8 | å©}v] | 110000111010010111000010100011111100001010101001011111010111011001011101 | c3a5c28fc2a97d765d |
UHC | ???}v] | 001111110011111100111111011111010111011001011101 | 3f3f3f7d765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)