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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 簇虹B | 1110001011000110100100111111100001000010 | e2c693f842 |
EUC-JP | 簇虹B | 1110010011001000110001101111101001000010 | e4c8c6fa42 |
UTF-8 | 簇虹B | 11100111101100001000011111101000100110011011100101000010 | e7b087e899b942 |
UHC | 簇虹B | 1111000011101010111110111111011001000010 | f0eafbf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)