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 | 狆珎狡狆 | 1110000010111100111000001101110111100000110000101110000010111100 | e0bce0dde0c2e0bc |
EUC-JP | 狆珎狡狆 | 1110000010111110111000001101111111100000110001001110000010111110 | e0bee0dfe0c4e0be |
UTF-8 | 狆珎狡狆 | 111001111000101110000110111001111000111110001110111001111000101110100001111001111000101110000110 | e78b86e78f8ee78ba1e78b86 |
UHC | ??狡? | 0011111100111111110011101110101000111111 | 3f3fceea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)