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 | ?賣貉」 | 001111111110011011001100111001101011100110100011 | 3fe6cce6b9a3 |
EUC-JP | 汭賣貉」 | 100011111100011011100010111011001100111011101100101110111000111010100011 | 8fc6e2ecceecbb8ea3 |
UTF-8 | 汭賣貉」 | 111001101011000110101101111010001011001110100011111010001011001010001001111011111011110110100011 | e6b1ade8b3a3e8b289efbda3 |
UHC | 汭賣?? | 111001111101011111011000111000110011111100111111 | e7d7d8e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)