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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 珈鈔[珈鈔[^ | 1110000011011011111001111110001001011011111000001101101111100111111000100101101101011110 | e0dbe7e25be0dbe7e25b5e |
EUC-JP | 珈鈔[珈鈔[^ | 1110000011011101111011101110010001011011111000001101110111101110111001000101101101011110 | e0ddeee45be0ddeee45b5e |
UTF-8 | 珈鈔[珈鈔[^ | 111001111000111110001000111010011000100010010100010110111110011110001111100010001110100110001000100101000101101101011110 | e78f88e988945be78f88e988945b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)