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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焏ワ鯡ヲ | 111110110101001111011100111010011100101010100110 | fb53dce9caa6 |
EUC-JP | 焏ワ鯡ヲ | 100011111100100111101001100011101101110011110010110011001000111010100110 | 8fc9e98edcf2cc8ea6 |
UTF-8 | 焏ワ鯡ヲ | 111001111000010010001111111011111011111010011100111010011010111110100001111011111011110110100110 | e7848fefbe9ce9afa1efbda6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)