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 | 鍊뉒뜲列뺽 | 111011111010011010011011111010111000100110010010111010111001110010110010111011111010011010011100111010111011101010111101 | efa69beb8992eb9cb2efa69cebbabd |
UHC | 鍊뉒뜲列뺽 | 11100110111010001000011111100111100011011011000011100110111010101001011001000110 | e6e887e78db0e6ea9646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)