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 | èþ½î | 111010001111111010111101111011101000001010010111 | e8febdee8297 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èþ?î?? | 100011111010101110110010100011111010100111010000001111111000111110101011110000100011111100111111 | 8fabb28fa9d03f8fabc23f3f |
UTF-8 | èþ½î | 110000111010100011000011101111101100001010111101110000111010111011000010100000101100001010010111 | c3a8c3bec2bdc3aec282c297 |
UHC | ?þ½??? | 0011111110101001101011011010100011110110001111110011111100111111 | 3fa9ada8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)