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?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
SJIS-WIN | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
EUC-JP | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
UTF-8 | 혣횖혯u혗혺 | 11101101100110001010001111101101100110101001011011101101100110001010111101110101111011011001100010010111111011011001100010111010 | ed98a3ed9a96ed98af75ed9897ed98ba |
UHC | 혣횖혯u혗혺 | 1100001010001100110000111001000011000010100101100111010111000010100000101100001010011111 | c28cc390c29675c282c29f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)