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 | 陰≪? | 1000100101000001100000011110000100111111 | 894181e13f |
EUC-JP | 陰≪? | 1011000110100010101000101110001100111111 | b1a2a2e33f |
UTF-8 | 陰≪넆 | 111010011001100110110000111000101000100110101010111010111000010010000110 | e999b0e289aaeb8486 |
UHC | 陰≪넆 | 111010111110010010100001111011001000011010010110 | ebe4a1ec8696 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)