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 | 鈹蔡 | 111110111100101011100100111011111111001110110000 | fbcae4eff3b0 |
EUC-JP | 鈹蔡? | 100011111110001111010100111010001111000100111111 | 8fe3d4e8f13f |
UTF-8 | 鈹蔡 | 111010011000100010111001111010001001010010100001111011101000101010100011 | e988b9e894a1ee8aa3 |
UHC | ?蔡? | 00111111111100111111100100111111 | 3ff3f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)