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 | 逞よァ取ケ | 1110011110010111100000101110011010100111100011101110011010111001 | e79782e6a78ee6b9 |
EUC-JP | 逞よァ取ケ | 11101101111101111010010011101000100011101010011110111100111010001000111010111001 | edf7a4e88ea7bce88eb9 |
UTF-8 | 逞よァ取ケ | 111010011000000010011110111000111000001010001000111011111011110110100111111001011000111110010110111011111011110110111001 | e9809ee38288efbda7e58f96efbdb9 |
UHC | 逞よ?取? | 1101011011000001101010101110100000111111111101101010001000111111 | d6c1aae83ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)