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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ラョ釈痔 | 110101111010111010001110110111111000111010100100 | d7ae8edf8ea4 |
EUC-JP | ラョ釈痔 | 1000111011010111100011101010111010111100111000011011110010100110 | 8ed78eaebce1bca6 |
UTF-8 | ラョ釈痔 | 111011111011111010010111111011111011110110101110111010011000011110001000111001111001011110010100 | efbe97efbdaee98788e79794 |
UHC | ???痔 | 0011111100111111001111111111011011000000 | 3f3f3ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)