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 | 丹孫存 | 100100100100111110010001101101111001000110110110 | 924f91b791b6 |
EUC-JP | 丹孫存 | 110000111011000011000010101110011100001010111000 | c3b0c2b9c2b8 |
UTF-8 | 丹孫存 | 111001001011100010111001111001011010110110101011111001011010110110011000 | e4b8b9e5adabe5ad98 |
UHC | 丹孫存 | 110100111010000111100001110111011111000011101101 | d3a1e1ddf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)