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 | 1110011010010000100011011000101101000010 | e6908d8b42 |
EUC-JP | 謳豪B | 1110101111110000101110011110101101000010 | ebf0b9eb42 |
UTF-8 | 謳豪B | 11101000101011001011001111101000101100011010101001000010 | e8acb3e8b1aa42 |
UHC | 謳豪B | 1100111111000100111110111101111101000010 | cfc4fbdf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)