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 | ÙÁ¦ | 100011101101100110001111110000011010011010001110 | 8ed98fc1a68e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ù?Á¦? | 001111111000111110101010111000110011111110001111101010101010000110001111101000101100001100111111 | 3f8faae33f8faaa18fa2c33f |
UTF-8 | ÙÁ¦ | 110000101000111011000011100110011100001010001111110000111000000111000010101001101100001010001110 | c28ec399c28fc381c2a6c28e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)