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 | 琮貊臺 | 111110110110101011100110101110111110010001101001 | fb6ae6bbe469 |
EUC-JP | 琮貊臺 | 10001111110011001011001011101100101111011110011111001010 | 8fccb2ecbde7ca |
UTF-8 | 琮貊臺 | 111001111001000010101110111010001011001010001010111010001000011110111010 | e790aee8b28ae887ba |
UHC | 琮貊臺 | 111100001111100111011000111001111101001111100110 | f0f9d8e7d3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)