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 | ®½®½B | 100100011010111010010001101111011001000110101110100100011011110101000010 | 91ae91bd91ae91bd42 |
SJIS-WIN | ????????B | 001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f42 |
EUC-JP | ?®???®??B | 00111111100011111010001011101110001111110011111100111111100011111010001011101110001111110011111101000010 | 3f8fa2ee3f3f3f8fa2ee3f3f42 |
UTF-8 | ®½®½B | 1100001010010001110000101010111011000010100100011100001010111101110000101001000111000010101011101100001010010001110000101011110101000010 | c291c2aec291c2bdc291c2aec291c2bd42 |
UHC | ?®?½?®?½B | 00111111101000101110011100111111101010001111011000111111101000101110011100111111101010001111011001000010 | 3fa2e73fa8f63fa2e73fa8f642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)