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 | 100011111111100100111111111010001011010000111111001111110011111101000010 | 8ff93fe8b43f3f3f42 |
EUC-JP | 錠?雍?鋌?B | 1011111011111011001111111111000010110110001111111000111111100100101110110011111101000010 | befb3ff0b63f8fe4bb3f42 |
UTF-8 | 錠렔雍렏鋌렎B | 11101001100011001010000011101011101000001001010011101001100110111000110111101011101000001000111111101001100010111000110011101011101000001000111001000010 | e98ca0eba094e99b8deba08fe98b8ceba08e42 |
UHC | 錠렔雍렏鋌렎B | 11101111111111001000111010101001111010001011110010001110101001011110111111111011100011101010010001000010 | effc8ea9e8bc8ea5effb8ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)