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 | ??邯^ | 0011111100111111111001111011011001011110 | 3f3fe7b65e |
EUC-JP | ?đ邯^ | 00111111100011111010100111000010111011101011100001011110 | 3f8fa9c2eeb85e |
UTF-8 | 룶đ邯^ | 111010111010001110110110110001001001000111101001100000101010111101011110 | eba3b6c491e982af5e |
UHC | 룶đ邯^ | 10001111101010111010100110100010110010101111101101011110 | 8faba9a2cafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)