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 | ???厄 | 0011111100111111001111111001011011101111 | 3f3f3f96ef |
EUC-JP | 縕??厄 | 10001111110101001100001000111111001111111100110011110001 | 8fd4c23f3fccf1 |
UTF-8 | 縕녹꽟厄 | 111001111011100010010101111010111000010110111001111010101011110110011111111001011000111010000100 | e7b895eb85b9eabd9fe58e84 |
UHC | 縕녹꽟厄 | 1110100010110010101100111110110010000100101011001110010011111000 | e8b2b3ec84ace4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)