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 | ÝÇ¡ | 100011101101110110001111110001111010000110001111 | 8edd8fc7a18f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ý?Ç¡? | 001111111000111110101010111100100011111110001111101010101010111010001111101000101100001000111111 | 3f8faaf23f8faaae8fa2c23f |
UTF-8 | ÝÇ¡ | 110000101000111011000011100111011100001010001111110000111000011111000010101000011100001010001111 | c28ec39dc28fc387c2a1c28f |
UHC | ????¡? | 00111111001111110011111100111111101000101010111000111111 | 3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)