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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | ?????凹 | 00111111001111110011111100111111001111111000100110011010 | 3f3f3f3f3f899a |
EUC-JP | 塡®???凹 | 1000111110111000101101001000111110100010111011100011111100111111001111111011000111111010 | 8fb8b48fa2ee3f3f3fb1fa |
UTF-8 | 塡®렮렩롊凹 | 1110010110100001101000011100001010101110111010111010000010101110111010111010000010101001111010111010000110001010111001011000011110111001 | e5a1a1c2aeeba0aeeba0a9eba18ae587b9 |
UHC | 塡®렮렩롊凹 | 111011101111001110100010111001111000111010111011100011101011011110001110110100001110100011101010 | eef3a2e78ebb8eb78ed0e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)