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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 療면뇠呂밄 | 111011111010011110000001111010111010100110110100111010111000011110100000111011111010011010000000111010111011000010000100 | efa781eba9b4eb87a0efa680ebb084 |
UHC | 療면뇠呂밄 | 11101000111111101011100011101001100001111000100011100101111110111001001101000010 | e8feb8e98788e5fb9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)