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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業???余 | 10001011110001100011111100111111001111111001011101011101 | 8bc63f3f3f975d |
EUC-JP | 業???余 | 10110110110010000011111100111111001111111100110110111110 | b6c83f3f3fcdbe |
UTF-8 | 業졢띤뜗余 | 111001101010010110101101111011001010000110100010111010111001110110100100111010111001110010010111111001001011110110011001 | e6a5adeca1a2eb9da4eb9c97e4bd99 |
UHC | 業졢띤뜗余 | 11100101111101101010000011001110101101101110110110001101100110101110010111111001 | e5f6a0ceb6ed8d9ae5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)