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 | 狸単続達 | 1001001001001011100100100101000010010001101100011001001001000010 | 924b925091b19242 |
EUC-JP | 狸単続達 | 1100001110101100110000111011000111000010101100111100001110100011 | c3acc3b1c2b3c3a3 |
UTF-8 | 狸単続達 | 111001111000101110111000111001011000110110011000111001111011011010011010111010011000000110010100 | e78bb8e58d98e7b69ae98194 |
UHC | 狸??達 | 110101111110000100111111001111111101001110111001 | d7e13f3fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)