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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ф?源?? | 0011111110000100100001100011111110001100101110010011111100111111 | 3f84863f8cb93f3f |
EUC-JP | ?ф?源?? | 0011111110100111111001100011111110111000101110110011111100111111 | 3fa7e63fb8bb3f3f |
UTF-8 | 寧ф쑇源낂젂 | 1110111110100110101010101101000110000100111011001001000110000111111001101011101010010000111010111000001010000010111011001010000010000010 | efa6aad184ec9187e6ba90eb8282eca082 |
UHC | 寧ф쑇源낂젂 | 111001111010110010101100111001101001110010100111111010101011100110000101111010011010000010000110 | e7acace69ca7eab985e9a086 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)