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 | 禎?二??齋 | 100100101111010100111111100100111111000100111111001111111110001001010110 | 92f53f93f13f3fe256 |
EUC-JP | 禎?二®?齋 | 1100010011110111001111111100011011110011100011111010001011101110001111111110001110110111 | c4f73fc6f38fa2ee3fe3b7 |
UTF-8 | 禎렓二®섧齋 | 1110011110100110100011101110101110100000100100111110010010111010100011001100001010101110111011001000010010100111111010011011110110001011 | e7a68eeba093e4ba8cc2aeec84a7e9bd8b |
UHC | 禎렓二®섧齋 | 111011111110111010001110101010001110110010100011101000101110011110111100101101011110111010110001 | efee8ea8eca3a2e7bcb5eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)