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 | 禎?漬?伊? | 100100101111010100111111100100101101000000111111100010001100100100111111 | 92f53f92d03f88c93f |
EUC-JP | 禎?漬?伊? | 110001001111011100111111110001001101001000111111101100001100101100111111 | c4f73fc4d23fb0cb3f |
UTF-8 | 禎렓漬렚伊렍 | 111001111010011010001110111010111010000010010011111001101011110010101100111010111010000010011010111001001011110010001010111010111010000010001101 | e7a68eeba093e6bcaceba09ae4bc8aeba08d |
UHC | 禎렓漬렚伊렍 | 111011111110111010001110101010001111001010110000100011101010110111101100101001011000111010100011 | efee8ea8f2b08eadeca58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)