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 | 讖壱ウ晤♂遲 | 1110011010101001100010001110101110110011100111011110101110000001100010011110011110101101 | e6a988ebb39deb8189e7ad |
EUC-JP | 讖壱ウ晤♂遲 | 111011001010101110110000111011011000111010110011110110101110110110100001111010011110111010101111 | ecabb0ed8eb3daeda1e9eeaf |
UTF-8 | 讖壱ウ晤♂遲 | 111010001010111010010110111001011010001110110001111011111011110110110011111001101001100110100100111000101001100110000010111010011000000110110010 | e8ae96e5a3b1efbdb3e699a4e29982e981b2 |
UHC | 讖??晤♂遲 | 11110011110110010011111100111111111001111111101110100001110011101111001011000000 | f3d93f3fe7fba1cef2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)