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 | 韃紗作億貔 | 11101000111001011000111011010001100011011110110010001001101011011110011010111110 | e8e58ed18dec89ade6be |
EUC-JP | 韃紗作億貔 | 11110000111001111011110011010011101110101110111010110010101011111110110011000000 | f0e7bcd3baeeb2afecc0 |
UTF-8 | 韃紗作億貔 | 111010011001111110000011111001111011010010010111111001001011110110011100111001011000010010000100111010001011001010010100 | e99f83e7b497e4bd9ce58484e8b294 |
UHC | ?紗作億? | 0011111111011110111010011110110111000010111001011110001000111111 | 3fdee9edc2e5e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)