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 | 箘猯箙 | 111000101010111011100000110011001110001010110111 | e2aee0cce2b7 |
EUC-JP | 箘猯箙 | 111001001011000011100000110011101110010010111001 | e4b0e0cee4b9 |
UTF-8 | 箘猯箙 | 111001111010111010011000111001111000110010101111111001111010111010011001 | e7ae98e78cafe7ae99 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)