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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°;裲 | 1110001110111101100000011000101110000001010001111110010111101010 | e3bd818b8147e5ea |
EUC-JP | 羶°;裲 | 1110011010111111101000011110101110100001101010001110101011101100 | e6bfa1eba1a8eaec |
UTF-8 | 羶°;裲 | 1110011110111110101101101100001010110000111011111011110010011011111010001010001110110010 | e7beb6c2b0efbc9be8a3b2 |
UHC | ?°;? | 001111111010000111000110101000111011101100111111 | 3fa1c6a3bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)