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 | ?豕魘ォ豺丈 | 00111111111001101011001111101001101101001010101111100110101101111000111111100100 | 3fe6b3e9b4abe6b78fe4 |
EUC-JP | 淎豕魘ォ豺丈 | 10001111110001111101100011101100101101011111001010110110100011101010101111101100101110011011111011100110 | 8fc7d8ecb5f2b68eabecb9bee6 |
UTF-8 | 淎豕魘ォ豺丈 | 111001101011011110001110111010001011000110010101111010011010110110011000111011111011110110101011111010001011000110111010111001001011100010001000 | e6b78ee8b195e9ad98efbdabe8b1bae4b888 |
UHC | ?豕??豺丈 | 001111111110001111001110001111110011111111100011110011111110110111011011 | 3fe3ce3f3fe3cfeddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)