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 | êc¡ | 11101010011000111000001110100001 | ea6383a1 |
SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
EUC-JP | êc?¡ | 1000111110101011101101000110001100111111100011111010001011000010 | 8fabb4633f8fa2c2 |
UTF-8 | êc¡ | 11000011101010100110001111000010100000111100001010100001 | c3aa63c283c2a1 |
UHC | ?c?¡ | 0011111101100011001111111010001010101110 | 3f633fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)