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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 壯??節?\ | 1001101011100001001111110011111110010000110111110011111101011100 | 9ae13f3f90df3f5c |
EUC-JP | 壯??節?\ | 1101010011100011001111110011111111000000111000010011111101011100 | d4e33f3fc0e13f5c |
UTF-8 | 壯곤슨節쳖\ | 11100101101000111010111111101010101100111010010011101100100010101010100011100111101011111000000011101100101100111001011001011100 | e5a3afeab3a4ec8aa8e7af80ecb3965c |
UHC | 壯곤슨節쳖\ | 1110110111100000101100001110111110111101101111001110111110111101101010110111011001011100 | ede0b0efbdbcefbdab765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)