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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 敖??夭?敖 | 100111011100001000111111001111111001101011101110001111111001110111000010 | 9dc23f3f9aee3f9dc2 |
EUC-JP | 敖??夭?敖 | 110110101100010000111111001111111101010011110000001111111101101011000100 | dac43f3fd4f03fdac4 |
UTF-8 | 敖밧뫕夭똀敖 | 111001101001010110010110111010111011000010100111111010111010101110010101111001011010010010101101111010111001100010000000111001101001010110010110 | e69596ebb0a7ebab95e5a4adeb9880e69596 |
UHC | 敖밧뫕夭똀敖 | 111001111111100110111001111001011001000110110111111010001110110010001100010000011110011111111001 | e7f9b9e591b7e8ec8c41e7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)