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 | íôºëõ· | 1110110111110100100011101011101011101011111101011000111010110111 | edf48ebaebf58eb7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íô?ºëõ?? | 100011111010101110111111100011111010101111010100001111111000111110100010111010111000111110101011101100111000111110101011110110000011111100111111 | 8fabbf8fabd43f8fa2eb8fabb38fabd83f3f |
UTF-8 | íôºëõ· | 11000011101011011100001110110100110000101000111011000010101110101100001110101011110000111011010111000010100011101100001010110111 | c3adc3b4c28ec2bac3abc3b5c28ec2b7 |
UHC | ???º???· | 00111111001111110011111110101000101011000011111100111111001111111010000110100100 | 3f3f3fa8ac3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)