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 | ’?訥∨ | 10000001011001100011111111100110011000111000000111001001 | 81663fe66381c9 |
EUC-JP | ’?訥∨ | 10100001110001110011111111101011110001001010001011001011 | a1c73febc4a2cb |
UTF-8 | ’룶訥∨ | 111000101000000010011001111010111010001110110110111010001010100010100101111000101000100010101000 | e28099eba3b6e8a8a5e288a8 |
UHC | ’룶訥∨ | 1010000110101111100011111010101111010010111011011010000111111101 | a1af8fabd2eda1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)