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 | çôä¸Ï | 11100111111101001001000111100100101110001000100011001111 | e7f491e4b888cf |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çô?ä¸?Ï | 1000111110101011101011101000111110101011110101000011111110001111101010111010001110001111101000101011000100111111100011111010101011000001 | 8fabae8fabd43f8faba38fa2b13f8faac1 |
UTF-8 | çôä¸Ï | 1100001110100111110000111011010011000010100100011100001110100100110000101011100011000010100010001100001110001111 | c3a7c3b4c291c3a4c2b8c288c38f |
UHC | ????¸?? | 0011111100111111001111110011111110100010101011000011111100111111 | 3f3f3f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)