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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???佚 | 0011111100111111001111111001100011000011 | 3f3f3f98c3 |
EUC-JP | ???佚 | 0011111100111111001111111101000011000101 | 3f3f3fd0c5 |
UTF-8 | 琉뗫궢佚 | 111011111010011110001100111010111001011110101011111010101011011010100010111001001011110110011010 | efa78ceb97abeab6a2e4bd9a |
UHC | 琉뗫궢佚 | 1110101110100100100010111110101110000010101101011110110011101010 | eba48beb82b5ecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)