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 | 1000111110110001110110010101110101001000 | 8fb1d95d48 |
SJIS-WIN | ?±?]H | 001111111000000101111101001111110101110101001000 | 3f817d3f5d48 |
EUC-JP | ?±Ù]H | 0011111110100001110111101000111110101010111000110101110101001000 | 3fa1de8faae35d48 |
UTF-8 | ±Ù]H | 1100001010001111110000101011000111000011100110010101110101001000 | c28fc2b1c3995d48 |
UHC | ?±?]H | 001111111010000110111110001111110101110101001000 | 3fa1be3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)