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 | ??證?畏? | 0011111100111111111001101001101000111111100010001101100000111111 | 3f3fe69a3f88d83f |
EUC-JP | ??證?畏? | 0011111100111111111010111111101000111111101100001101101000111111 | 3f3febfa3fb0da3f |
UTF-8 | 藺렯證렖畏樓 | 111011111010011110110000111010111010000010101111111010001010110110001001111010111010000010010110111001111001010110001111111011111010010110001100 | efa7b0eba0afe8ad89eba096e7958fefa58c |
UHC | 藺렯證렖畏樓 | 111011001110000110001110101111001111000111111011100011101010101111101000111001101101001011100110 | ece18ebcf1fb8eabe8e6d2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)