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 | 鵫賣鼾貊ホ | 111111000100100011100110110011001110101010001101111001101011101111001110 | fc48e6ccea8de6bbce |
EUC-JP | 鵫賣鼾貊ホ | 1000111111101011111110101110110011001110111100111110110111101100101111011000111011001110 | 8febfaeccef3edecbd8ece |
UTF-8 | 鵫賣鼾貊ホ | 111010011011010110101011111010001011001110100011111010011011110010111110111010001011001010001010111011111011111010001110 | e9b5abe8b3a3e9bcbee8b28aefbe8e |
UHC | ?賣?貊? | 00111111110110001110001100111111110110001110011100111111 | 3fd8e33fd8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)