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 | 孫竪存 | 100100011011011110010010010001111001000110110110 | 91b7924791b6 |
EUC-JP | 孫竪存 | 110000101011100111000011101010001100001010111000 | c2b9c3a8c2b8 |
UTF-8 | 孫竪存 | 111001011010110110101011111001111010101110101010111001011010110110011000 | e5adabe7abaae5ad98 |
UHC | 孫竪存 | 111000011101110111100010101101011111000011101101 | e1dde2b5f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)