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 | ìõ±Ð | 11101100111101011011000111010000 | ecf5b1d0 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | ìõ±? | 100011111010101111000000100011111010101111011000101000011101111000111111 | 8fabc08fabd8a1de3f |
UTF-8 | ìõ±Ð | 1100001110101100110000111011010111000010101100011100001110010000 | c3acc3b5c2b1c390 |
UHC | ??±Ð | 001111110011111110100001101111101010100010100010 | 3f3fa1bea8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)