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 | 褻訛?褻 | 11100101111101101110011001100001001111111110010111110110 | e5f6e6613fe5f6 |
EUC-JP | 褻訛?褻 | 11101010111110001110101111000010001111111110101011111000 | eaf8ebc23feaf8 |
UTF-8 | 褻訛卨褻 | 111010001010010010111011111010001010100010011011111001011000110110101000111010001010010010111011 | e8a4bbe8a89be58da8e8a4bb |
UHC | 褻訛卨褻 | 1110000011100001111010001100010111100000110110011110000011100001 | e0e1e8c5e0d9e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)