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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 蒔L蒔L^ | 1111000011111011100011101010101001001100111100001111101110001110101010100100110001011110 | f0fb8eaa4cf0fb8eaa4c5e |
EUC-JP | ?蒔L?蒔L^ | 001111111011110010101100010011000011111110111100101011000100110001011110 | 3fbcac4c3fbcac4c5e |
UTF-8 | 蒔L蒔L^ | 111011101000001010111010111010001001001010010100010011001110111010000010101110101110100010010010100101000100110001011110 | ee82bae892944cee82bae892944c5e |
UHC | ?蒔L?蒔L^ | 001111111110001111001000010011000011111111100011110010000100110001011110 | 3fe3c84c3fe3c84c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)