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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 楹?^ | 10011110101100010011111101011110 | 9eb13f5e |
EUC-JP | 楹?^ | 11011100101100110011111101011110 | dcb33f5e |
UTF-8 | 楹쾐^ | 11100110101001011011100111101100101111101001000001011110 | e6a5b9ecbe905e |
UHC | 楹쾐^ | 1110011110110011101100100110001101011110 | e7b3b2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)