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 | 螫」趾ユ | 111001011010110010100011111001101110010011010101 | e5aca3e6e4d5 |
EUC-JP | 螫」趾ユ | 1110101010101110100011101010001111101100111001101000111011010101 | eaae8ea3ece68ed5 |
UTF-8 | 螫」趾ユ | 111010001001111010101011111011111011110110100011111010001011011010111110111011111011111010010101 | e89eabefbda3e8b6beefbe95 |
UHC | ??趾? | 0011111100111111111100101011111100111111 | 3f3ff2bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)