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 | 霆メ鑈 | 11101000101110111101001011111011111001111111010111101110 | e8bbd2fbe7f5ee |
EUC-JP | 霆メ鑈? | 1111000010111101100011101101001010001111111001011110101100111111 | f0bd8ed28fe5eb3f |
UTF-8 | 霆メ鑈 | 111010011001110010000110111011111011111010010010111010011001000110001000111011101001000110011001 | e99c86efbe92e99188ee9199 |
UHC | 霆??? | 1110111111111101001111110011111100111111 | effd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)