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業 | 10001011110001100011111100111111011010001000101111000110 | 8bc63f3f688bc6 |
EUC-JP | 業??h業 | 10110110110010000011111100111111011010001011011011001000 | b6c83f3f68b6c8 |
UTF-8 | 業잍깭h業 | 11100110101001011010110111101100100111101000110111101010101110011010110101101000111001101010010110101101 | e6a5adec9e8deab9ad68e6a5ad |
UHC | 業잍깭h業 | 111001011111011010011111111001101000001110011100011010001110010111110110 | e5f69fe6839c68e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)