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 | 蟐幔徐 | 111001011010101010011011111011011000111110011001 | e5aa9bed8f99 |
EUC-JP | 蟐幔徐 | 111010101010110011010110111011111011110111111001 | eaacd6efbdf9 |
UTF-8 | 蟐幔徐 | 111010001001111110010000111001011011100110010100111001011011111010010000 | e89f90e5b994e5be90 |
UHC | ??徐 | 00111111001111111101111111101111 | 3f3fdfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)