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 | ????調 | 001111110011111100111111001111111001001010110010 | 3f3f3f3f92b2 |
EUC-JP | ????調 | 001111110011111100111111001111111100010010110100 | 3f3f3f3fc4b4 |
UTF-8 | 렱롈섦섹調 | 111010111010000010110001111010111010000110001000111011001000010010100110111011001000010010111001111010001010101010111111 | eba0b1eba188ec84a6ec84b9e8aabf |
UHC | 렱롈섦섹調 | 10001110101111101000111011001110101111001011010010111100101111011111000011100000 | 8ebe8ecebcb4bcbdf0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)