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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讖壱ウ晤♂驕 | 1110011010101001100010001110101110110011100111011110101110000001100010011110100110000001 | e6a988ebb39deb8189e981 |
EUC-JP | 讖壱ウ晤♂驕 | 111011001010101110110000111011011000111010110011110110101110110110100001111010011111000111100001 | ecabb0ed8eb3daeda1e9f1e1 |
UTF-8 | 讖壱ウ晤♂驕 | 111010001010111010010110111001011010001110110001111011111011110110110011111001101001100110100100111000101001100110000010111010011010100110010101 | e8ae96e5a3b1efbdb3e699a4e29982e9a995 |
UHC | 讖??晤♂驕 | 11110011110110010011111100111111111001111111101110100001110011101100111011110110 | f3d93f3fe7fba1cecef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)