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 | 褂阪藷 | 111001011110011010001101111000111000111110010011 | e5e68de38f93 |
EUC-JP | 褂阪藷 | 111010101110100010111010111001011011110111110011 | eae8bae5bdf3 |
UTF-8 | 褂阪藷 | 111010001010010010000010111010011001100010101010111010001001011110110111 | e8a482e998aae897b7 |
UHC | ?阪藷 | 0011111111111000101000011110111011001011 | 3ff8a1eecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)