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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????恝 | 0011111100111111001111110011111100111111001111111111101010111100 | 3f3f3f3f3f3ffabc |
EUC-JP | ??????恝 | 001111110011111100111111001111110011111100111111100011111011110111100111 | 3f3f3f3f3f3f8fbde7 |
UTF-8 | 銳띾㈇溜곁킋恝 | 111010011000101010110011111010111001110110111110111000111000100010000111111011111010011110001011111010101011001110000001111011011000001010001011111001101000000110011101 | e98ab3eb9dbee38887efa78beab381ed828be6819d |
UHC | 銳띾㈇溜곁킋恝 | 1110011111100101100011011110101110101001101110001110101011111110101100001110011110110100100101111100111010111111 | e7e58deba9b8eafeb0e7b497cebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)