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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 療먮뿫杻⑴빊罹 | 111011111010011110000001111010111010100010101110111010111011111110101011111011111010011110001000111000101001000110110100111010111011100110001010111011111010011110100110 | efa781eba8aeebbfabefa788e291b4ebb98aefa7a6 |
UHC | 療먮뿫杻⑴빊罹 | 1110100011111110100100001110101110010111101010111110101011110100101010011110011110010101101100001110110010111010 | e8fe90eb97abeaf4a9e795b0ecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)