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 | 誰坦孫 | 100100100100111010010010010100101001000110110111 | 924e925291b7 |
EUC-JP | 誰坦孫 | 110000111010111111000011101100111100001010111001 | c3afc3b3c2b9 |
UTF-8 | 誰坦孫 | 111010001010101010110000111001011001110110100110111001011010110110101011 | e8aab0e59da6e5adab |
UHC | 誰坦孫 | 111000101100000111110111101001001110000111011101 | e2c1f7a4e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)