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 | 樽賊揃遜 | 1001001001001101100100011010111110010001101101011001000110111011 | 924d91af91b591bb |
EUC-JP | 樽賊揃遜 | 1100001110101110110000101011000111000010101101111100001010111101 | c3aec2b1c2b7c2bd |
UTF-8 | 樽賊揃遜 | 111001101010100010111101111010001011001110001010111001101000111110000011111010011000000110011100 | e6a8bde8b38ae68f83e9819c |
UHC | 樽賊?遜 | 11110001110111001110111011100100001111111110000111100001 | f1dceee43fe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)