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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 裄ワΕ^ | 11100101111000001000001110001111100000111010001101011110 | e5e0838f83a35e |
EUC-JP | 裄ワΕ^ | 11101010111000101010010111101111101001101010010101011110 | eae2a5efa6a55e |
UTF-8 | 裄ワΕ^ | 111010001010001110000100111000111000001110101111110011101001010101011110 | e8a384e383afce955e |
UHC | ?ワΕ^ | 001111111010101111101111101001011100010101011110 | 3fabefa5c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)