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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??堤 | 00111111001111111001001011100111 | 3f3f92e7 |
EUC-JP | ??堤 | 00111111001111111100010011101001 | 3f3fc4e9 |
UTF-8 | 셈섞堤 | 111011001000010110001000111011001000010010011110111001011010000010100100 | ec8588ec849ee5a0a4 |
UHC | 셈섞堤 | 101111001100000010111100101011111111000010100111 | bcc0bcaff0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)