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 | 裴匁竃^ | 11100101111010001001011011100110100010101001011001011110 | e5e896e68a965e |
EUC-JP | 裴匁竃^ | 11101010111010101100110011101000101100111111011001011110 | eaeacce8b3f65e |
UTF-8 | 裴匁竃^ | 11101000101000111011010011100101100011001000000111100111101010111000001101011110 | e8a3b4e58c81e7ab835e |
UHC | 裴??^ | 1101101111010000001111110011111101011110 | dbd03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)