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 | 隱佯餓葎 | 1110100010101010100110001101000110001001111011001001011110101000 | e8aa98d189ec97a8 |
EUC-JP | 隱佯餓葎 | 1111000010101100110100001101001110110010111011101100111010101010 | f0acd0d3b2eeceaa |
UTF-8 | 隱佯餓葎 | 111010011001101010110001111001001011110110101111111010011010010010010011111010001001000110001110 | e99ab1e4bdafe9a493e8918e |
UHC | 隱佯餓? | 11101011110111111110010110111010111001001011101100111111 | ebdfe5bae4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)