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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 燁?\ | 11111011010110010011111101011100 | fb593f5c |
EUC-JP | 燁?\ | 1000111111001010101100110011111101011100 | 8fcab33f5c |
UTF-8 | 燁팊\ | 11100111100001111000000111101101100011001000101001011100 | e78781ed8c8a5c |
UHC | 燁팊\ | 1110011110100111101110110100110001011100 | e7a7bb4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)