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 | è£ø | 1110100010100011100101001111100010010001 | e8a394f891 |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | è£?ø? | 10001111101010111011001010100001111100100011111110001111101010011100110000111111 | 8fabb2a1f23f8fa9cc3f |
UTF-8 | è£ø | 11000011101010001100001010100011110000101001010011000011101110001100001010010001 | c3a8c2a3c294c3b8c291 |
UHC | ???ø? | 001111110011111100111111101010011010101000111111 | 3f3f3fa9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)