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 | ???nc^ | 001111110011111100111111011011100110001101011110 | 3f3f3f6e635e |
SJIS-WIN | セュ痔nc^ | 10111110101011011000111010100100011011100110001101011110 | bead8ea46e635e |
EUC-JP | セュ痔nc^ | 100011101011111010001110101011011011110010100110011011100110001101011110 | 8ebe8eadbca66e635e |
UTF-8 | セュ痔nc^ | 111011111011110110111110111011111011110110101101111001111001011110010100011011100110001101011110 | efbdbeefbdade797946e635e |
UHC | ??痔nc^ | 00111111001111111111011011000000011011100110001101011110 | 3f3ff6c06e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)