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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | ???^豫 | 001111110011111100111111010111101001100010101100 | 3f3f3f5e98ac |
EUC-JP | ???^豫 | 001111110011111100111111010111101101000010101110 | 3f3f3f5ed0ae |
UTF-8 | 柳띕샍^豫 | 11101111101001111000100111101011100111011001010111101100100000111000110101011110111010001011000110101011 | efa789eb9d95ec838d5ee8b1ab |
UHC | 柳띕샍^豫 | 111010101111011110110110111010111001100010111011010111101110011111100011 | eaf7b6eb98bb5ee7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)