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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竊??慾 | 111000101000011000111111001111111001011101111100 | e2863f3f977c |
EUC-JP | 竊??慾 | 111000111110011000111111001111111100110111011101 | e3e63f3fcddd |
UTF-8 | 竊귨푴慾 | 111001111010101110001010111010101011011110101000111011011001000110110100111001101000010110111110 | e7ab8aeab7a8ed91b4e685be |
UHC | 竊귨푴慾 | 1110111110111100100000101110111110111110100000101110100110101111 | efbc82efbe82e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)