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 | 雕晁協魄賛 | 11101000101110001001110111101000100010111010011011101001101011101000111001011110 | e8b89de88ba6e9ae8e5e |
EUC-JP | 雕晁協魄賛 | 11110000101110101101101011101010101101101010100011110010101100001011101110111111 | f0badaeab6a8f2b0bbbf |
UTF-8 | 雕晁協魄賛 | 111010011001101110010101111001101001100110000001111001011000110110010100111010011010110110000100111010001011001110011011 | e99b95e69981e58d94e9ad84e8b39b |
UHC | 雕晁協魄? | 111100001110011111110000110001011111101011110000110110111101111000111111 | f0e7f0c5faf0dbde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)