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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??邯??邯^ | 001111110011111111100111101101100011111100111111111001111011011001011110 | 3f3fe7b63f3fe7b65e |
EUC-JP | ?đ邯?đ邯^ | 00111111100011111010100111000010111011101011100000111111100011111010100111000010111011101011100001011110 | 3f8fa9c2eeb83f8fa9c2eeb85e |
UTF-8 | 룶đ邯룶đ邯^ | 1110101110100011101101101100010010010001111010011000001010101111111010111010001110110110110001001001000111101001100000101010111101011110 | eba3b6c491e982afeba3b6c491e982af5e |
UHC | 룶đ邯룶đ邯^ | 10001111101010111010100110100010110010101111101110001111101010111010100110100010110010101111101101011110 | 8faba9a2cafb8faba9a2cafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)