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 | ?醍??? | 001111111001000111100111001111110011111100111111 | 3f91e73f3f3f |
EUC-JP | ?醍??? | 001111111100001011101001001111110011111100111111 | 3fc2e93f3f3f |
UTF-8 | 셀醍섦렱롆 | 111011001000010110000000111010011000011010001101111011001000010010100110111010111010000010110001111010111010000110000110 | ec8580e9868dec84a6eba0b1eba186 |
UHC | 셀醍섦렱롆 | 10111100101111111111000010110101101111001011010010001110101111101000111011001100 | bcbff0b5bcb48ebe8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)