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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 恁????BF | 1001110010001100001111110011111100111111001111110100001001000110 | 9c8c3f3f3f3f4246 |
EUC-JP | 恁????BF | 1101011111101100001111110011111100111111001111110100001001000110 | d7ec3f3f3f3f4246 |
UTF-8 | 恁댄삪梨꿢BF | 1110011010000001100000011110101110001100100001001110110010000010101010101110111110100111101000101110101010111111101000100100001001000110 | e68181eb8c84ec82aaefa7a2eabfa24246 |
UHC | 恁댄삪梨꿢BF | 111011001111011010110100111011011001100010101001111011001011000110000101011000010100001001000110 | ecf6b4ed98a9ecb185614246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)