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 | ??÷ | 001111110011111111110111 | 3f3ff7 |
SJIS-WIN | ??÷ | 00111111001111111000000110000000 | 3f3f8180 |
EUC-JP | ??÷ | 00111111001111111010000111100000 | 3f3fa1e0 |
UTF-8 | 렻ㅔ÷ | 1110101110100000101110111110001110000101100101001100001110110111 | eba0bbe38594c3b7 |
UHC | 렻ㅔ÷ | 100011101100001110100100110001001010000111000000 | 8ec3a4c4a1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)