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 | 觡ý | 11101000101001111010000111111101 | e8a7a1fd |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | 觡ý | 1000111110101011101100101010000111111000100011111010001011000010100011111010101111110010 | 8fabb2a1f88fa2c28fabf2 |
UTF-8 | 觡ý | 1100001110101000110000101010011111000010101000011100001110111101 | c3a8c2a7c2a1c3bd |
UHC | ?§¡? | 001111111010000111010111101000101010111000111111 | 3fa1d7a2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)