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 | ÙäÄ | 11011001101011011110010011000100 | d9ade4c4 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ù?äÄ | 10001111101010101110001100111111100011111010101110100011100011111010101010100011 | 8faae33f8faba38faaa3 |
UTF-8 | ÙäÄ | 1100001110011001110000101010110111000011101001001100001110000100 | c399c2adc3a4c384 |
UHC | ??? | 0011111110100001101010010011111100111111 | 3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)