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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逞よァ | 1110011110010111100000101110011010100111 | e79782e6a7 |
EUC-JP | 逞よァ | 111011011111011110100100111010001000111010100111 | edf7a4e88ea7 |
UTF-8 | 逞よァ | 111010011000000010011110111000111000001010001000111011111011110110100111 | e9809ee38288efbda7 |
UHC | 逞よ? | 1101011011000001101010101110100000111111 | d6c1aae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)