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 | 刃?? | 10010000011011100011111100111111 | 906e3f3f |
EUC-JP | 刃?? | 10111111110011110011111100111111 | bfcf3f3f |
UTF-8 | 刃앉렖 | 111001011000100010000011111011001001010110001001111010111010000010010110 | e58883ec9589eba096 |
UHC | 刃앉렖 | 111011001101001110111110110010011000111010101011 | ecd3bec98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)