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 | 絨号押 | 111000110100111110001101100001101000100110011111 | e34f8d86899f |
EUC-JP | 絨号押 | 111001011011000010111001111001101011001010100001 | e5b0b9e6b2a1 |
UTF-8 | 絨号押 | 111001111011010110101000111001011000111110110111111001101000101010111100 | e7b5a8e58fb7e68abc |
UHC | 絨?押 | 1110101111010110001111111110010011100011 | ebd63fe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)