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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 劑???闇 | 10011001100111010011111100111111001111111000100011000101 | 999d3f3f3f88c5 |
EUC-JP | 劑???闇 | 11010001111111010011111100111111001111111011000011000111 | d1fd3f3f3fb0c7 |
UTF-8 | 劑흡렢렊闇 | 111001011000101010010001111011011001110110100001111010111010000010100010111010111010000010001010111010011001011110000111 | e58a91ed9da1eba0a2eba08ae99787 |
UHC | 劑흡렢렊闇 | 11110000101001011100100011101101100011101011001110001110101000011110010011100001 | f0a5c8ed8eb38ea1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)