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 | ???嘶 | 0011111100111111001111111001101001111100 | 3f3f3f9a7c |
EUC-JP | 啞??嘶 | 10001111101101011110000000111111001111111101001111011101 | 8fb5e03f3fd3dd |
UTF-8 | 啞롢궍嘶 | 111001011001010110011110111010111010000110100010111010101011011010001101111001011001100010110110 | e5959eeba1a2eab68de598b6 |
UHC | 啞롢궍嘶 | 1110010010101111100011101110001110000010101000111110001110110110 | e4af8ee382a3e3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)