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 | 纛乗ス鐔 | 11100011100110111000111111100110101111011110100001011100 | e39b8fe6bde85c |
EUC-JP | 纛乗ス鐔 | 1110010111111011101111101110100010001110101111011110111110111101 | e5fbbee88ebdefbd |
UTF-8 | 纛乗ス鐔 | 111001111011101010011011111001001011100110010111111011111011110110111101111010011001000010010100 | e7ba9be4b997efbdbde99094 |
UHC | 纛??? | 1101010011000000001111110011111100111111 | d4c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)