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 | 邯オ轤惹 | 11100111101101101011010111100111100000101000111011100100 | e7b6b5e7828ee4 |
EUC-JP | 邯オ轤惹 | 1110111010111000100011101011010111101101111000101011110011100110 | eeb88eb5ede2bce6 |
UTF-8 | 邯オ轤惹 | 111010011000001010101111111011111011110110110101111010001011110110100100111001101000001110111001 | e982afefbdb5e8bda4e683b9 |
UHC | 邯??惹 | 110010101111101100111111001111111110010110101001 | cafb3f3fe5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)