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 | 軏冗泅贒 | 1111101110110010100011111110011110011111100110101111101110101111 | fbb28fe79f9afbaf |
EUC-JP | 軏冗泅贒 | 10001111111000001101100110111110111010011101110111111010100011111101111111000011 | 8fe0d9bee9ddfa8fdfc3 |
UTF-8 | 軏冗泅贒 | 111010001011101110001111111001011000011010010111111001101011001110000101111010001011010010010010 | e8bb8fe58697e6b385e8b492 |
UHC | ?冗?? | 0011111111101001101101110011111100111111 | 3fe9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)