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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 甯タ魴 | 11111010101010001100000011101001101101011111000001000010 | faa8c0e9b5f042 |
EUC-JP | 甯タ魴? | 1000111111001101101010101000111011000000111100101011011100111111 | 8fcdaa8ec0f2b73f |
UTF-8 | 甯タ魴 | 111001111001010010101111111011111011111010000000111010011010110110110100111011101000000010000010 | e794afefbe80e9adb4ee8082 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)