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 | 昇エ踰ホ | 100011111011100010110100111001101111101011001110 | 8fb8b4e6face |
EUC-JP | 昇エ踰ホ | 1011111010111010100011101011010011101100111111001000111011001110 | beba8eb4ecfc8ece |
UTF-8 | 昇エ踰ホ | 111001101001100010000111111011111011110110110100111010001011100010110000111011111011111010001110 | e69887efbdb4e8b8b0efbe8e |
UHC | 昇?踰? | 111000111011000000111111111010111011001000111111 | e3b03febb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)