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 | 溿タ魴 | 11111011010010101100000011101001101101011111000001000010 | fb4ac0e9b5f042 |
EUC-JP | 溿タ魴? | 1000111111001000101100011000111011000000111100101011011100111111 | 8fc8b18ec0f2b73f |
UTF-8 | 溿タ魴 | 111001101011101010111111111011111011111010000000111010011010110110110100111011101000000010000010 | e6babfefbe80e9adb4ee8082 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)