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 | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
SJIS-WIN | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
EUC-JP | ??ŁO\ | 00111111001111111000111110101001101010000100111101011100 | 3f3f8fa9a84f5c |
UTF-8 | 淋꾩ŁO\ | 11101111101001111011010111101010101111101010100111000101100000010100111101011100 | efa7b5eabea9c5814f5c |
UHC | 淋꾩ŁO\ | 1110110011111000100001001110110010101000101010010100111101011100 | ecf884eca8a94f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)