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 | ùDùD^ | 10011011111110010100010010011011111110010100010001011110 | 9bf9449bf9445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ?ùD?ùD^ | 0011111110001111101010111110001101000100001111111000111110101011111000110100010001011110 | 3f8fabe3443f8fabe3445e |
UTF-8 | ùDùD^ | 1100001010011011110000111011100101000100110000101001101111000011101110010100010001011110 | c29bc3b944c29bc3b9445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)