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 | 壯??節?壯 | 100110101110000100111111001111111001000011011111001111111001101011100001 | 9ae13f3f90df3f9ae1 |
EUC-JP | 壯??節?壯 | 110101001110001100111111001111111100000011100001001111111101010011100011 | d4e33f3fc0e13fd4e3 |
UTF-8 | 壯곤슨節첶壯 | 111001011010001110101111111010101011001110100100111011001000101010101000111001111010111110000000111011001011001010110110111001011010001110101111 | e5a3afeab3a4ec8aa8e7af80ecb2b6e5a3af |
UHC | 壯곤슨節첶壯 | 111011011110000010110000111011111011110110111100111011111011110110101011010110001110110111100000 | ede0b0efbdbcefbdab58ede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)