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 | 悛逢??肄 | 1001110010100000100010001010011100111111001111111110001111100101 | 9ca088a73f3fe3e5 |
EUC-JP | 悛逢??肄 | 1101100010100010101100001010100100111111001111111110011011100111 | d8a2b0a93f3fe6e7 |
UTF-8 | 悛逢렎렖肄 | 111001101000001010011011111010011000000010100010111010111010000010001110111010111010000010010110111010001000001010000100 | e6829be980a2eba08eeba096e88284 |
UHC | 悛逢렎렖肄 | 11101110111110011101110011110001100011101010010010001110101010111110110010111101 | eef9dcf18ea48eabecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)