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 | 隣멸렢븍렞 | 111011111010011110110001111010111010100110111000111010111010000010100010111010111011100010001101111010111010000010011110 | efa7b1eba9b8eba0a2ebb88deba09e |
UHC | 隣멸렢븍렞 | 11101100111001001011100011101010100011101011001110111010111010111000111010101111 | ece4b8ea8eb3baeb8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)