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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 敖??節ュ | 1001110111000010001111110011111110010000110111111000001110000101 | 9dc23f3f90df8385 |
EUC-JP | 敖??節ュ | 1101101011000100001111110011111111000000111000011010010111100101 | dac43f3fc0e1a5e5 |
UTF-8 | 敖삯죱節ュ | 111001101001010110010110111011001000001010101111111011001010001110110001111001111010111110000000111000111000001110100101 | e69596ec82afeca3b1e7af80e383a5 |
UHC | 敖삯죱節ュ | 11100111111110011011101111101001101000011000110011101111101111011010101111100101 | e7f9bbe9a18cefbdabe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)