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 | ú??? | 11111010001111110011111100111111 | fa3f3f3f |
SJIS-WIN | ?-蹣髻 | 00111111100000010111110011100111010010011110100110011111 | 3f817ce749e99f |
EUC-JP | ú−蹣髻 | 100011111010101111100010101000011101110111101101101010101111001010100001 | 8fabe2a1ddedaaf2a1 |
UTF-8 | ú−蹣髻 | 1100001110111010111000101000100010010010111010001011100110100011111010011010101110111011 | c3bae28892e8b9a3e9abbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)