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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 禎?芝?擬? | 100100101111010100111111100011101100010100111111100010110101101100111111 | 92f53f8ec53f8b5b3f |
EUC-JP | 禎?芝?擬? | 110001001111011100111111101111001100011100111111101101011011110000111111 | c4f73fbcc73fb5bc3f |
UTF-8 | 禎렓芝렭擬렲 | 111001111010011010001110111010111010000010010011111010001000101010011101111010111010000010101101111001101001001110101100111010111010000010110010 | e7a68eeba093e88a9deba0ade693aceba0b2 |
UHC | 禎렓芝렭擬렲 | 111011111110111010001110101010001111001010111001100011101011101011101011111101001000111010111111 | efee8ea8f2b98ebaebf48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)