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 | 遶溷符礦 | 1110011110101011100111111110010110010101100001001110000111100110 | e7ab9fe59584e1e6 |
EUC-JP | 遶溷符礦 | 1110111010101101110111101110011111001001111001001110001011101000 | eeaddee7c9e4e2e8 |
UTF-8 | 遶溷符礦 | 111010011000000110110110111001101011101010110111111001111010110010100110111001111010010010100110 | e981b6e6bab7e7aca6e7a4a6 |
UHC | ??符? | 0011111100111111110111011010110000111111 | 3f3fddac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)