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 | 霓???筌 | 11101000101111010011111100111111001111111110001010100011 | e8bd3f3f3fe2a3 |
EUC-JP | 霓???筌 | 11110000101111110011111100111111001111111110010010100101 | f0bf3f3f3fe4a5 |
UTF-8 | 霓얠떜커筌 | 111010011001110010010011111011001001011010100000111010111001011010011100111011001011101110100100111001111010110110001100 | e99c93ec96a0eb969cecbba4e7ad8c |
UHC | 霓얠떜커筌 | 11100111111001111011111011101100100010111011001011000100101111111110111110100111 | e7e7beec8bb2c4bfefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)