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 | 蟐幎粥 | 111001011010101010011011111010111000101010011111 | e5aa9beb8a9f |
EUC-JP | 蟐幎粥 | 111010101010110011010110111011011011010010100001 | eaacd6edb4a1 |
UTF-8 | 蟐幎粥 | 111010001001111110010000111001011011100110001110111001111011001010100101 | e89f90e5b98ee7b2a5 |
UHC | ??粥 | 00111111001111111111000111010100 | 3f3ff1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)