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 | »ôÞíì§ | 1000111110111011111101001101111011101101111011001010011110001110 | 8fbbf4deedeca78e |
SJIS-WIN | ??????§? | 001111110011111100111111001111110011111100111111100000011001100000111111 | 3f3f3f3f3f3f81983f |
EUC-JP | ??ôÞíì§? | 0011111100111111100011111010101111010100100011111010100110110000100011111010101110111111100011111010101111000000101000011111100000111111 | 3f3f8fabd48fa9b08fabbf8fabc0a1f83f |
UTF-8 | »ôÞíì§ | 11000010100011111100001010111011110000111011010011000011100111101100001110101101110000111010110011000010101001111100001010001110 | c28fc2bbc3b4c39ec3adc3acc2a7c28e |
UHC | ???Þ??§? | 00111111001111110011111110101000101011010011111100111111101000011101011100111111 | 3f3f3fa8ad3f3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)