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 | 窈?ぐ陰 | 11100010011101110011111110000010101011101000100101000001 | e2773f82ae8941 |
EUC-JP | 窈?ぐ陰 | 11100011110110000011111110100100101100001011000110100010 | e3d83fa4b0b1a2 |
UTF-8 | 窈붻ぐ陰 | 111001111010101010001000111010111011011010111011111000111000000110010000111010011001100110110000 | e7aa88ebb6bbe38190e999b0 |
UHC | 窈붻ぐ陰 | 1110100110100001100101001110100010101010101100001110101111100100 | e9a194e8aab0ebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)