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 | 逞よソ | 1110011110010111100000101110011010111111 | e79782e6bf |
EUC-JP | 逞よソ | 111011011111011110100100111010001000111010111111 | edf7a4e88ebf |
UTF-8 | 逞よソ | 111010011000000010011110111000111000001010001000111011111011110110111111 | e9809ee38288efbdbf |
UHC | 逞よ? | 1101011011000001101010101110100000111111 | d6c1aae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)