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 | °ô]H | 10110000111101000101110101001000 | b0f45d48 |
SJIS-WIN | °?]H | 1000000110001011001111110101110101001000 | 818b3f5d48 |
EUC-JP | °ô]H | 10100001111010111000111110101011110101000101110101001000 | a1eb8fabd45d48 |
UTF-8 | °ô]H | 110000101011000011000011101101000101110101001000 | c2b0c3b45d48 |
UHC | °?]H | 1010000111000110001111110101110101001000 | a1c63f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)