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 | 狆珎獺狆 | 1110000010111100111000001101110111100000110110101110000010111100 | e0bce0dde0dae0bc |
EUC-JP | 狆珎獺狆 | 1110000010111110111000001101111111100000110111001110000010111110 | e0bee0dfe0dce0be |
UTF-8 | 狆珎獺狆 | 111001111000101110000110111001111000111110001110111001111000110110111010111001111000101110000110 | e78b86e78f8ee78dbae78b86 |
UHC | ??獺? | 0011111100111111110100111011011100111111 | 3f3fd3b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)