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 | ????B?B | 00111111001111110011111100111111010000100011111101000010 | 3f3f3f3f423f42 |
SJIS-WIN | ????B?B | 00111111001111110011111100111111010000100011111101000010 | 3f3f3f3f423f42 |
EUC-JP | ????B?B | 00111111001111110011111100111111010000100011111101000010 | 3f3f3f3f423f42 |
UTF-8 | 혧찾횚청B횛B | 1110110110011000101001111110110010110000101111101110110110011010100110101110110010110010101011010100001011101101100110101001101101000010 | ed98a7ecb0beed9a9aecb2ad42ed9a9b42 |
UHC | 혧찾횚청B횛B | 110000101000111111000011101000111100001110010100110000111011101101000010110000111001010101000010 | c28fc3a3c394c3bb42c39542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)