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 | 艇??泣?? | 1001001011111000001111110011111110001011100000110011111100111111 | 92f83f3f8b833f3f |
EUC-JP | 艇??泣?? | 1100010011111010001111110011111110110101111000110011111100111111 | c4fa3f3fb5e33f3f |
UTF-8 | 艇븀깃泣쇨륑 | 111010001000100110000111111010111011100010000000111010101011100110000011111001101011001110100011111011001000011110101000111010111010010110010001 | e88987ebb880eab983e6b3a3ec87a8eba591 |
UHC | 艇븀깃泣쇨륑 | 111011111111001110111010111001111011000111101010111010111110100010111100111010101011011111111000 | eff3bae7b1eaebe8bceab7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)