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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 担息鱈 | 100100100101001110010001101001111001001001001100 | 925391a7924c |
EUC-JP | 担息鱈 | 110000111011010011000010101010011100001110101101 | c3b4c2a9c3ad |
UTF-8 | 担息鱈 | 111001101000101110000101111001101000000110101111111010011011000110001000 | e68b85e681afe9b188 |
UHC | ?息? | 00111111111000111101001100111111 | 3fe3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)