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 | ???猥? | 001111110011111100111111111000001100111000111111 | 3f3f3fe0ce3f |
EUC-JP | ???猥? | 001111110011111100111111111000001101000000111111 | 3f3f3fe0d03f |
UTF-8 | 歷잙쓹猥뤷 | 111011111010011010001100111011001001111010011001111011001001001110111001111001111000110010100101111010111010010010110111 | efa68cec9e99ec93b9e78ca5eba4b7 |
UHC | 歷잙쓹猥뤷 | 11100110101110001001111111101011100111011001010111101000111001011000111111100101 | e6b89feb9d95e8e58fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)