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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霽℡∨ | 111010001100011110000111100001001000000111001001 | e8c7878481c9 |
EUC-JP | 霽?∨ | 1111000011001001001111111010001011001011 | f0c93fa2cb |
UTF-8 | 霽℡∨ | 111010011001110010111101111000101000010010100001111000101000100010101000 | e99cbde284a1e288a8 |
UHC | 霽℡∨ | 111100001011100010100010111001011010000111111101 | f0b8a2e5a1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)