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 | ëõ¸íñ | 111010111111010110001110101110001110110111110001 | ebf58eb8edf1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ëõ?¸íñ | 10001111101010111011001110001111101010111101100000111111100011111010001010110001100011111010101110111111100011111010101111010000 | 8fabb38fabd83f8fa2b18fabbf8fabd0 |
UTF-8 | ëõ¸íñ | 110000111010101111000011101101011100001010001110110000101011100011000011101011011100001110110001 | c3abc3b5c28ec2b8c3adc3b1 |
UHC | ???¸?? | 00111111001111110011111110100010101011000011111100111111 | 3f3f3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)