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 | ?癰??? | 001111111110000110011110001111110011111100111111 | 3fe19e3f3f3f |
EUC-JP | ?癰??? | 001111111110000111111110001111110011111100111111 | 3fe1fe3f3f3f |
UTF-8 | 흲癰뺟큲蓮 | 111011011001110110110010111001111001100110110000111010111011101010011111111011011000000110110010111011111010011010011001 | ed9db2e799b0ebba9fed81b2efa699 |
UHC | 흲癰뺟큲蓮 | 11000101100011011110100010111001100101011110011110110100100000101110011011100101 | c58de8b995e7b482e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)