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 | 讓ょエ | 1110011010101000100000101110010110110100 | e6a882e5b4 |
EUC-JP | 讓ょエ | 111011001010101010100100111001111000111010110100 | ecaaa4e78eb4 |
UTF-8 | 讓ょエ | 111010001010111010010011111000111000001010000111111011111011110110110100 | e8ae93e38287efbdb4 |
UHC | 讓ょ? | 1110010111010011101010101110011100111111 | e5d3aae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)