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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯①?易?? | 100110101110000110000111010000000011111110001000110101010011111100111111 | 9ae187403f88d53f3f |
EUC-JP | 壯??易?? | 1101010011100011001111110011111110110000110101110011111100111111 | d4e33f3fb0d73f3f |
UTF-8 | 壯①즯易뽳풗 | 111001011010001110101111111000101001000110100000111011001010011010101111111001101001100010010011111010111011110110110011111011011001001010010111 | e5a3afe291a0eca6afe69893ebbdb3ed9297 |
UHC | 壯①즯易뽳풗 | 111011011110000010101000111001111010001110000001111001101011011010010110111011111011111010011010 | ede0a8e7a381e6b696efbe9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)