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 | 錏滄蒼 | 111001111111100110011111111010011001000110010011 | e7f99fe99193 |
EUC-JP | 錏滄蒼 | 111011101111101111011110111010111100000111110011 | eefbdeebc1f3 |
UTF-8 | 錏滄蒼 | 111010011000110010001111111001101011101110000100111010001001001010111100 | e98c8fe6bb84e892bc |
UHC | ?滄蒼 | 0011111111110011111001111111001111101111 | 3ff3e7f3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)