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 | 狆珎珎狆 | 1110000010111100111000001101110111100000110111011110000010111100 | e0bce0dde0dde0bc |
EUC-JP | 狆珎珎狆 | 1110000010111110111000001101111111100000110111111110000010111110 | e0bee0dfe0dfe0be |
UTF-8 | 狆珎珎狆 | 111001111000101110000110111001111000111110001110111001111000111110001110111001111000101110000110 | e78b86e78f8ee78f8ee78b86 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)