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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 雖???\ | 111001011010101100111111001111110011111101011100 | e5ab3f3f3f5c |
EUC-JP | 雖??艅\ | 1110101010101101001111110011111110001111110101101111110101011100 | eaad3f3f8fd6fd5c |
UTF-8 | 雖렊롇艅\ | 11101001100110111001011011101011101000001000101011101011101000011000011111101000100010011000010101011100 | e99b96eba08aeba187e889855c |
UHC | 雖렊롇艅\ | 111000101100110010001110101000011000111011001101111001101010100101011100 | e2cc8ea18ecde6a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)