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 | 屎頌}屎頌{^ | 1001101110011101111010001111000101111101100110111001110111101000111100010111101101011110 | 9b9de8f17d9b9de8f17b5e |
EUC-JP | 屎頌}屎頌{^ | 1101010111111101111100001111001101111101110101011111110111110000111100110111101101011110 | d5fdf0f37dd5fdf0f37b5e |
UTF-8 | 屎頌}屎頌{^ | 111001011011000110001110111010011010000010001100011111011110010110110001100011101110100110100000100011000111101101011110 | e5b18ee9a08c7de5b18ee9a08c7b5e |
UHC | 屎頌}屎頌{^ | 1110001110111010111000011110101101111101111000111011101011100001111010110111101101011110 | e3bae1eb7de3bae1eb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)