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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晩?揮晩? | 1001010011010011001111111000101011110110100101001101001100111111 | 94d33f8af694d33f |
EUC-JP | 晩?揮晩? | 1100100011010101001111111011010011111000110010001101010100111111 | c8d53fb4f8c8d53f |
UTF-8 | 晩뤈揮晩뤈 | 111001101001100110101001111010111010010010001000111001101000111110101110111001101001100110101001111010111010010010001000 | e699a9eba488e68faee699a9eba488 |
UHC | 晩뤈揮晩뤈 | 11011000101110011000111110111000111111011100011011011000101110011000111110111000 | d8b98fb8fdc6d8b98fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)