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 | 雍匁z驕 | 1110100010110100100101101110011010000010100110101110100110000001 | e8b496e6829ae981 |
EUC-JP | 雍匁z驕 | 1111000010110110110011001110100010100011111110101111000111100001 | f0b6cce8a3faf1e1 |
UTF-8 | 雍匁z驕 | 111010011001101110001101111001011000110010000001111011111011110110011010111010011010100110010101 | e99b8de58c81efbd9ae9a995 |
UHC | 雍?z驕 | 11101000101111000011111110100011111110101100111011110110 | e8bc3fa3facef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)