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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 昤昤}昤昤{^ | 1111101011010100111110101101010001111101111110101101010011111010110101000111101101011110 | fad4fad47dfad4fad47b5e |
EUC-JP | 昤昤}昤昤{^ | 100011111100001010100101100011111100001010100101011111011000111111000010101001011000111111000010101001010111101101011110 | 8fc2a58fc2a57d8fc2a58fc2a57b5e |
UTF-8 | 昤昤}昤昤{^ | 111001101001100010100100111001101001100010100100011111011110011010011000101001001110011010011000101001000111101101011110 | e698a4e698a47de698a4e698a47b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)