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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凹??節ц─ | 10001001100110100011111100111111100100001101111110000100100010001000010010011111 | 899a3f3f90df8488849f |
EUC-JP | 凹??節ц─ | 10110001111110100011111100111111110000001110000110100111111010001010100010100001 | b1fa3f3fc0e1a7e8a8a1 |
UTF-8 | 凹든쪏節ц─ | 1110010110000111101110011110101110010011101000001110110010101010100011111110011110101111100000001101000110000110111000101001010010000000 | e587b9eb93a0ecaa8fe7af80d186e29480 |
UHC | 凹든쪏節ц─ | 111010001110101010110101111001111010010110001001111011111011110110101100111010001010011010100001 | e8eab5e7a589efbdace8a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)