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 | 100110011001110100111111100011011100101100111111001111110011111101000010 | 999d3f8dcb3f3f3f42 |
EUC-JP | 劑?才???B | 110100011111110100111111101110101100110100111111001111110011111101000010 | d1fd3fbacd3f3f3f42 |
UTF-8 | 劑렓才렯寮렫B | 11100101100010101001000111101011101000001001001111100110100010011000110111101011101000001010111111101111101001101011110011101011101000001010101101000010 | e58a91eba093e6898deba0afefa6bceba0ab42 |
UHC | 劑렓才렯寮렫B | 11110000101001011000111010101000111011101010011010001110101111001110100011110000100011101011100101000010 | f0a58ea8eea68ebce8f08eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)