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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 塡®?? | 1000111110111000101101001000111110100010111011100011111100111111 | 8fb8b48fa2ee3f3f |
UTF-8 | 塡®렮렩 | 1110010110100001101000011100001010101110111010111010000010101110111010111010000010101001 | e5a1a1c2aeeba0aeeba0a9 |
UHC | 塡®렮렩 | 1110111011110011101000101110011110001110101110111000111010110111 | eef3a2e78ebb8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)