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 | 亮亮^ | 1001011110111010100101111011101001011110 | 97ba97ba5e |
EUC-JP | 亮亮^ | 1100111010111100110011101011110001011110 | cebccebc5e |
UTF-8 | 亮亮^ | 11100100101110101010111011100100101110101010111001011110 | e4baaee4baae5e |
UHC | 亮亮^ | 1101010111010101110101011101010101011110 | d5d5d5d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)