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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??Х??ХB | 001111110011111110000100010101100011111100111111100001000101011001000010 | 3f3f84563f3f845642 |
EUC-JP | ??Х??ХB | 001111110011111110100111101101110011111100111111101001111011011101000010 | 3f3fa7b73f3fa7b742 |
UTF-8 | 樂띿Х樂띿ХB | 1110111110100110101111111110101110011101101111111101000010100101111011111010011010111111111010111001110110111111110100001010010101000010 | efa6bfeb9dbfd0a5efa6bfeb9dbfd0a542 |
UHC | 樂띿Х樂띿ХB | 11101000111110011000110111101100101011001011011111101000111110011000110111101100101011001011011101000010 | e8f98decacb7e8f98decacb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)