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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 劑?????B | 1001100110011101001111110011111100111111001111110011111101000010 | 999d3f3f3f3f3f42 |
EUC-JP | 劑?????B | 1101000111111101001111110011111100111111001111110011111101000010 | d1fd3f3f3f3f3f42 |
UTF-8 | 劑렓戶렯寮렫B | 11100101100010101001000111101011101000001001001111100110100010001011011011101011101000001010111111101111101001101011110011101011101000001010101101000010 | e58a91eba093e688b6eba0afefa6bceba0ab42 |
UHC | 劑렓戶렯寮렫B | 11110000101001011000111010101000111110111100001010001110101111001110100011110000100011101011100101000010 | f0a58ea8fbc28ebce8f08eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)