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 | 咤鞁咤韈 | 1001101001000010111010001101100110011010010000101110100011100111 | 9a42e8d99a42e8e7 |
EUC-JP | 咤鞁咤韈 | 1101001110100011111100001101101111010011101000111111000011101001 | d3a3f0dbd3a3f0e9 |
UTF-8 | 咤鞁咤韈 | 111001011001001010100100111010011001111010000001111001011001001010100100111010011001111110001000 | e592a4e99e81e592a4e99f88 |
UHC | 咤?咤? | 111101101110001100111111111101101110001100111111 | f6e33ff6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)