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 | ?V?@?G | 001111110101011000111111010000000011111101000111 | 3f563f403f47 |
SJIS-WIN | ?V?@?G | 001111110101011000111111010000000011111101000111 | 3f563f403f47 |
EUC-JP | ?V?@?G | 001111110101011000111111010000000011111101000111 | 3f563f403f47 |
UTF-8 | 혧V혨@청G | 111011011001100010100111010101101110110110011000101010000100000011101100101100101010110101000111 | ed98a756ed98a840ecb2ad47 |
UHC | 혧V혨@청G | 110000101000111101010110110000101001000001000000110000111011101101000111 | c28f56c29040c3bb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)