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 | ???u? | 0011111100111111001111110111010100111111 | 3f3f3f753f |
SJIS-WIN | ???u? | 0011111100111111001111110111010100111111 | 3f3f3f753f |
EUC-JP | ???u? | 0011111100111111001111110111010100111111 | 3f3f3f753f |
UTF-8 | 혣횖혯u혗 | 11101101100110001010001111101101100110101001011011101101100110001010111101110101111011011001100010010111 | ed98a3ed9a96ed98af75ed9897 |
UHC | 혣횖혯u혗 | 110000101000110011000011100100001100001010010110011101011100001010000010 | c28cc390c29675c282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)