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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 壯??h壯 | 10011010111000010011111100111111011010001001101011100001 | 9ae13f3f689ae1 |
EUC-JP | 壯??h壯 | 11010100111000110011111100111111011010001101010011100011 | d4e33f3f68d4e3 |
UTF-8 | 壯좄춼h壯 | 11100101101000111010111111101100101000101000010011101100101101101011110001101000111001011010001110101111 | e5a3afeca284ecb6bc68e5a3af |
UHC | 壯좄춼h壯 | 111011011110000010100000111010001010110110011000011010001110110111100000 | ede0a0e8ad9868ede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)