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 | 旋仙^ | 1001000011111001100100001110010101011110 | 90f990e55e |
EUC-JP | 旋仙^ | 1100000011111011110000001110011101011110 | c0fbc0e75e |
UTF-8 | 旋仙^ | 11100110100101111000101111100100101110111001100101011110 | e6978be4bb995e |
UHC | 旋仙^ | 1110000011000001111000001011100101011110 | e0c1e0b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)