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 | 甕??弱 | 111000010101000000111111001111111000111011100011 | e1503f3f8ee3 |
EUC-JP | 甕??弱 | 111000011011000100111111001111111011110011100101 | e1b13f3fbce5 |
UTF-8 | 甕듕튋弱 | 111001111001010010010101111010111001001110010101111011011000101010001011111001011011110010110001 | e79495eb9395ed8a8be5bcb1 |
UHC | 甕듕튋弱 | 1110100010111000101101011110010010111001100111111110010110110000 | e8b8b5e4b99fe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)