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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕晁協髻サ | 111010001011100010011101111010001000101110100110111010011001111110111011 | e8b89de88ba6e99fbb |
EUC-JP | 雕晁協髻サ | 11110000101110101101101011101010101101101010100011110010101000011000111010111011 | f0badaeab6a8f2a18ebb |
UTF-8 | 雕晁協髻サ | 111010011001101110010101111001101001100110000001111001011000110110010100111010011010101110111011111011111011110110111011 | e99b95e69981e58d94e9abbbefbdbb |
UHC | 雕晁協?? | 1111000011100111111100001100010111111010111100000011111100111111 | f0e7f0c5faf03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)