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 | 軏情ぐ贒 | 1111101110110010100011111110111010000010101011101111101110101111 | fbb28fee82aefbaf |
EUC-JP | 軏情ぐ贒 | 10001111111000001101100110111110111100001010010010110000100011111101111111000011 | 8fe0d9bef0a4b08fdfc3 |
UTF-8 | 軏情ぐ贒 | 111010001011101110001111111001101000001110000101111000111000000110010000111010001011010010010010 | e8bb8fe68385e38190e8b492 |
UHC | ?情ぐ? | 001111111110111111010111101010101011000000111111 | 3fefd7aab03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)