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 | 鍗^ | 1111101111100000111100101111000001011110 | fbe0f2f05e |
EUC-JP | 鍗?^ | 1000111111100100111011110011111101011110 | 8fe4ef3f5e |
UTF-8 | 鍗^ | 11101001100011011001011111101110100010001010011101011110 | e98d97ee88a75e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)