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 | 雖??? | 1110010110101011001111110011111100111111 | e5ab3f3f3f |
EUC-JP | 雖??艅 | 11101010101011010011111100111111100011111101011011111101 | eaad3f3f8fd6fd |
UTF-8 | 雖렊롇艅 | 111010011001101110010110111010111010000010001010111010111010000110000111111010001000100110000101 | e99b96eba08aeba187e88985 |
UHC | 雖렊롇艅 | 1110001011001100100011101010000110001110110011011110011010101001 | e2cc8ea18ecde6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)