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 | ??±? | 00111111001111111011000100111111 | 3f3fb13f |
SJIS-WIN | 燁?±誼 | 11111011010110010011111110000001011111011000101101100010 | fb593f817d8b62 |
EUC-JP | 燁?±誼 | 1000111111001010101100110011111110100001110111101011010111000011 | 8fcab33fa1deb5c3 |
UTF-8 | 燁살±誼 | 1110011110000111100000011110110010000010101101001100001010110001111010001010101010111100 | e78781ec82b4c2b1e8aabc |
UHC | 燁살±誼 | 1110011110100111101110111110110010100001101111101110101111111110 | e7a7bbeca1beebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)