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 | 禎?漬?薔? | 100100101111010100111111100100101101000000111111111001010100101100111111 | 92f53f92d03fe54b3f |
EUC-JP | 禎?漬?薔? | 110001001111011100111111110001001101001000111111111010011010110000111111 | c4f73fc4d23fe9ac3f |
UTF-8 | 禎렓漬렚薔렧 | 111001111010011010001110111010111010000010010011111001101011110010101100111010111010000010011010111010001001011010010100111010111010000010100111 | e7a68eeba093e6bcaceba09ae89694eba0a7 |
UHC | 禎렓漬렚薔렧 | 111011111110111010001110101010001111001010110000100011101010110111101101111110011000111010110110 | efee8ea8f2b08eadedf98eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)