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 | 帳???籬 | 10010010101000000011111100111111001111111110001011011111 | 92a03f3f3fe2df |
EUC-JP | 帳???籬 | 11000100101000100011111100111111001111111110010011100001 | c4a23f3f3fe4e1 |
UTF-8 | 帳얹렰띤籬 | 111001011011100010110011111011001001011010111001111010111010000010110000111010111001110110100100111001111011000110101100 | e5b8b3ec96b9eba0b0eb9da4e7b1ac |
UHC | 帳얹렰띤籬 | 11101101111000111011111011110001100011101011110110110110111011011101011111100110 | ede3bef18ebdb6edd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)