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 | ???®?? | 001111110011111100111111101011100011111100111111 | 3f3f3fae3f3f |
SJIS-WIN | 禎?二??汁 | 100100101111010100111111100100111111000100111111001111111000111101100000 | 92f53f93f13f3f8f60 |
EUC-JP | 禎?二®?汁 | 1100010011110111001111111100011011110011100011111010001011101110001111111011110111000001 | c4f73fc6f38fa2ee3fbdc1 |
UTF-8 | 禎렓二®섧汁 | 1110011110100110100011101110101110100000100100111110010010111010100011001100001010101110111011001000010010100111111001101011000110000001 | e7a68eeba093e4ba8cc2aeec84a7e6b181 |
UHC | 禎렓二®섧汁 | 111011111110111010001110101010001110110010100011101000101110011110111100101101011111000111110000 | efee8ea8eca3a2e7bcb5f1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)