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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞍燮?? | 100010001100011010011001110101110011111100111111 | 88c699d73f3f |
EUC-JP | 鞍燮?? | 101100001100100011010010110110010011111100111111 | b0c8d2d93f3f |
UTF-8 | 鞍燮걖얅 | 111010011001111010001101111001111000011110101110111010101011000110010110111011001001011010000101 | e99e8de787aeeab196ec9685 |
UHC | 鞍燮걖얅 | 1110010011010011111000001111000010000001100000011001110111110100 | e4d3e0f081819df4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)