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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 懿????{d | 1001110011110010001111110011111100111111001111110111101101100100 | 9cf23f3f3f3f7b64 |
EUC-JP | 懿????{d | 1101100011110100001111110011111100111111001111110111101101100100 | d8f43f3f3f3f7b64 |
UTF-8 | 懿뚪찛溜몐{d | 1110011010000111101111111110101110011010101010101110110010110000100110111110111110100111100010111110101110101010100100000111101101100100 | e687bfeb9aaaecb09befa78bebaa907b64 |
UHC | 懿뚪찛溜몐{d | 111010111111001110001100111010011010100110011011111010101111111010010001011110000111101101100100 | ebf38ce9a99beafe91787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)