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 | 蛻カ迢。邏 | 1110010110001000101101101110011110001011101000011110011110110100 | e588b6e78ba1e7b4 |
EUC-JP | 蛻カ迢。邏 | 11101001111010001000111010110110111011011110101110001110101000011110111010110110 | e9e88eb6edeb8ea1eeb6 |
UTF-8 | 蛻カ迢。邏 | 111010001001101110111011111011111011110110110110111010001011111110100010111011111011110110100001111010011000001010001111 | e89bbbefbdb6e8bfa2efbda1e9828f |
UHC | ????邏 | 001111110011111100111111001111111101010110100100 | 3f3f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)