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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 昔?槊泄B | 1001000011001100001111111001111011001100100111111001010101000010 | 90cc3f9ecc9f9542 |
EUC-JP | 昔馦槊泄B | 11000000110011101000111111101000111110101101110011001110110111011111010101000010 | c0ce8fe8fadcceddf542 |
UTF-8 | 昔馦槊泄B | 11100110100110001001010011101001101001101010011011100110101001111000101011100110101100111000010001000010 | e69894e9a6a6e6a78ae6b38442 |
UHC | 昔??泄B | 11100000101011100011111100111111111000001101110001000010 | e0ae3f3fe0dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)