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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誰樽村棚贈 | 10010010010011101001001001001101100100011011101010010010010010011001000110100001 | 924e924d91ba924991a1 |
EUC-JP | 誰樽村棚贈 | 11000011101011111100001110101110110000101011110011000011101010101100001010100011 | c3afc3aec2bcc3aac2a3 |
UTF-8 | 誰樽村棚贈 | 111010001010101010110000111001101010100010111101111001101001110110010001111001101010001110011010111010001011010010001000 | e8aab0e6a8bde69d91e6a39ae8b488 |
UHC | 誰樽村棚贈 | 11100010110000011111000111011100111101011011110111011101110111001111000111111100 | e2c1f1dcf5bddddcf1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)