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 | ?????C\ | 00111111001111110011111100111111001111110100001101011100 | 3f3f3f3f3f435c |
SJIS-WIN | ???普?C\ | 0011111100111111001111111001010110000001001111110100001101011100 | 3f3f3f95813f435c |
EUC-JP | ???普?C\ | 0011111100111111001111111100100111100001001111110100001101011100 | 3f3f3fc9e13f435c |
UTF-8 | 렻렊렻普렯C\ | 1110101110100000101110111110101110100000100010101110101110100000101110111110011010011001101011101110101110100000101011110100001101011100 | eba0bbeba08aeba0bbe699aeeba0af435c |
UHC | 렻렊렻普렯C\ | 100011101100001110001110101000011000111011000011110111001100010110001110101111000100001101011100 | 8ec38ea18ec3dcc58ebc435c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)