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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 繹?世\ | 111000111000100000111111100100001010001001011100 | e3883f90a25c |
EUC-JP | 繹墉世\ | 1110010111101000100011111011100010111111110000001010010001011100 | e5e88fb8bfc0a45c |
UTF-8 | 繹墉世\ | 11100111101110011011100111100101101000101000100111100100101110001001011001011100 | e7b9b9e5a289e4b8965c |
UHC | 繹墉世\ | 11100110101110101110100110111010111000011010011001011100 | e6bae9bae1a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)