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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 壯??節?] | 1001101011100001001111110011111110010000110111110011111101011101 | 9ae13f3f90df3f5d |
EUC-JP | 壯??節?] | 1101010011100011001111110011111111000000111000010011111101011101 | d4e33f3fc0e13f5d |
UTF-8 | 壯곤슨節쳃] | 11100101101000111010111111101010101100111010010011101100100010101010100011100111101011111000000011101100101100111000001101011101 | e5a3afeab3a4ec8aa8e7af80ecb3835d |
UHC | 壯곤슨節쳃] | 1110110111100000101100001110111110111101101111001110111110111101101010110110100101011101 | ede0b0efbdbcefbdab695d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)