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 | 齏礼ア、 | 111010001110101110010111111001111011000110100100 | e8eb97e7b1a4 |
EUC-JP | 齏礼ア、 | 1111000011101101110011101110100110001110101100011000111010100100 | f0edcee98eb18ea4 |
UTF-8 | 齏礼ア、 | 111010011011110110001111111001111010010010111100111011111011110110110001111011111011110110100100 | e9bd8fe7a4bcefbdb1efbda4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)