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 | ¶FB | 1001000110110110100100100100011001000010 | 91b6924642 |
SJIS-WIN | ?¶?FB | 001111111000000111110111001111110100011001000010 | 3f81f73f4642 |
EUC-JP | ?¶?FB | 001111111010001011111001001111110100011001000010 | 3fa2f93f4642 |
UTF-8 | ¶FB | 1100001010010001110000101011011011000010100100100100011001000010 | c291c2b6c2924642 |
UHC | ?¶?FB | 001111111010001011010010001111110100011001000010 | 3fa2d23f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)