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 | ??依? | 0011111100111111100010001100101100111111 | 3f3f88cb3f |
EUC-JP | ??依? | 0011111100111111101100001100110100111111 | 3f3fb0cd3f |
UTF-8 | 솰앉依롋 | 111011001000011010110000111011001001010110001001111001001011111010011101111010111010000110001011 | ec86b0ec9589e4be9deba18b |
UHC | 솰앉依롋 | 1011110011100000101111101100100111101011111011101000111011010001 | bce0bec9ebee8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)