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 | ????@? | 001111110011111100111111001111110100000000111111 | 3f3f3f3f403f |
SJIS-WIN | ????@? | 001111110011111100111111001111110100000000111111 | 3f3f3f3f403f |
EUC-JP | ????@? | 001111110011111100111111001111110100000000111111 | 3f3f3f3f403f |
UTF-8 | 횞찼챨청@횩 | 11101101100110101001111011101100101100001011110011101100101100011010100011101100101100101010110101000000111011011001101010101001 | ed9a9eecb0bcecb1a8ecb2ad40ed9aa9 |
UHC | 횞찼챨청@횩 | 1100001110010111110000111010000111000011101100001100001110111011010000001100001110011111 | c397c3a1c3b0c3bb40c39f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)